https://github.com/networm/followgithubuser
Follow GitHub user's starred, watching and following.
https://github.com/networm/followgithubuser
Last synced: over 1 year ago
JSON representation
Follow GitHub user's starred, watching and following.
- Host: GitHub
- URL: https://github.com/networm/followgithubuser
- Owner: networm
- License: mit
- Created: 2015-08-27T07:22:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T02:40:46.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T12:33:07.133Z (over 3 years ago)
- Language: Python
- Size: 121 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FollowGitHubUser
Follow GitHub user's starred, watching and following.
## Prerequisite
This tool used https://github.com/PyGithub/PyGithub library.
So you need install it first by `easy_install PyGithub` or `pip install PyGithub`. If you encounter errors, add `sudo` and retry.
## Usage
`python follow.py `
token: Go to https://github.com/settings/tokens and `Generate new token` with scope `public_repo`.
user: GitHub user ID you want to follow.
## Link
There is also another similar tool to do this. It didn't use a GitHub API wrapper library. It just use normal pycurl to do this manually.
https://github.com/ningyu/poorness-githubhelper