8000 GitHub - jeanpaulruiz/GithubFollow: Automatically follow a lot of Github users
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Automatically follow a lot of Github users

Notifications You must be signed in to change notification settings

jeanpaulruiz/GithubFollow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Github Follow

Automatically follow a lot of Github users.

Try to edit it in the python code.

# new object GithubFollow with parm1:username parm2:password
gt = GithubFollow('username','password')

# login
gt.login()

# range 1,100 is the page of follower page
for i in range(1,100):
    gt.listFollow(i,'yfgeek')
    #The person who you want to copy his follower to yours

Drink some ☕️ and enjoy it!

Have a nice day! 😁

About

Automatically follow a lot of Github users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0