search github location:<city name> <username>
ranking.
GithubLocationUserSearch
parse by json 【Recommend】GithubLocationUserSearchByHTML
parse by HTML 【Unrecommend】
-
Multithreading Query
-
Query By Page Range
-
Query By Page
github location:xxx top 1000.
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
search github location:<city name> <username>
ranking.
GithubLocationUserSearch
parse by json 【Recommend】GithubLocationUserSearchByHTML
parse by HTML 【Unrecommend】Multithreading Query
location-top-1000/src/test/java/com/itplh/github/GithubLocationUserSearchTest.java
Lines 7 to 13 in 8c118db
@Test | |
void multithreadingQueryUserByPageRange() { | |
GithubLocationUserSearch.getInstance() | |
.setTargetUser("tanpenggood") | |
.setLocation("chongqing") | |
.multithreadingQueryUserByPageRange(58, 63, 2); | |
} |
location-top-1000/src/test/java/com/itplh/github/GithubLocationUserSearchByHTMLTest.java
Lines 7 to 13 in 948a9b8
@Test | |
void multithreadingQueryUserByPageRange() { | |
GithubLocationUserSearchByHTML.getInstance() | |
.setTargetUser("tanpenggood") | |
.setLocation("chongqing") | |
.multithreadingQueryUserByPageRange(58, 63, 2); | |
} |
Query By Page Range
location-top-1000/src/test/java/com/itplh/github/GithubLocationUserSearchTest.java
Lines 15 to 21 in 8c118db
@Test | |
void queryUserByPageRange() { | |
GithubLocationUserSearch.getInstance() | |
.setTargetUser("tanpenggood") | |
.setLocation("chongqing") | |
.queryUserByPageRange(59, 61); | |
} |
location-top-1000/src/test/java/com/itplh/github/GithubLocationUserSearchByHTMLTest.java
Lines 15 to 21 in 948a9b8
@Test | |
void queryUserByPageRange() { | |
GithubLocationUserSearchByHTML.getInstance() | |
.setTargetUser("tanpenggood") | |
.setLocation("chongqing") | |
.queryUserByPageRange(59, 61); | |
} |
Query By Page
location-top-1000/src/test/java/com/itplh/github/GithubLocationUserSearchTest.java
Lines 23 to 29 in 8c118db
@Test | |
void queryUserByPage() { | |
GithubLocationUserSearch.getInstance() | |
.setTargetUser("tanpenggood") | |
.setLocation("chongqing") | |
.queryUserByPage(60); | |
} |
location-top-1000/src/test/java/com/itplh/github/GithubLocationUserSearchByHTMLTest.java
Lines 23 to 29 in 948a9b8
@Test | |
void queryUserByPage() { | |
GithubLocationUserSearchByHTML.getInstance() | |
.setTargetUser("tanpenggood") | |
.setLocation("chongqing") | |
.queryUserByPage(60); | |
} |
github location:xxx top 1000.