Skip to content

jikyll/Leetcode2Github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

欢迎共同开发

@(工具开发中)[同步工具|leetcode|github]

leetcode2github是一款专为leetcode用户同步AC代码到github上的同步工具。

  • 该工具使用网络爬虫,爬取leetcode用户的提交代码,然后把提交代码更新到github网站上。
  • 本工具编写的爬虫代码,采用多线程方式,在一定程度上提高了爬虫效率。

[TOC]

原理图

st=>start: MutipleSpider(模拟登录leetcode)
e=>end: 结束
op=>operation: Scheduler
op1=>operation: Downloader
cond=>condition: 是否爬取所有数据?
op2=>operation:	PineLine
op3=>operation:	模拟登录github
op4=>operation:	同步数据

st->op->op1->cond->op2->op3->op4
cond(yes)->op2
cond(no)->op

Spider类说明

About

this project aims to sync code in leetcode to github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages