Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter279k/github-follower-bot
My GitHub Follower Bot
https://github.com/peter279k/github-follower-bot
github-api github-followers
Last synced: 21 days ago
JSON representation
My GitHub Follower Bot
- Host: GitHub
- URL: https://github.com/peter279k/github-follower-bot
- Owner: peter279k
- License: mit
- Created: 2021-09-04T04:47:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T15:26:38.000Z (11 months ago)
- Last Synced: 2023-12-19T15:20:04.913Z (11 months ago)
- Topics: github-api, github-followers
- Language: Python
- Homepage: https://github.com/peter279k/github-follower-bot
- Size: 963 KB
- Stars: 27
- Watchers: 2
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Follower Bot
# Introduction
- This is my GitHub Follower Bot.
- When following me, my bot will follow you automatically :).# Usage
- Prepare the Python 3.6+.
- Please visit the [Developer settings](https://github.com/settings/tokens) page to create a personal access token with the all of user permissions.
- Running the `pip3 install pipenv --user` to install the pipenv.
- Add the executable Python path via `export PATH=$PATH:/home/peter/.local/bin`.
- Running the `pipenv install` to install required dependencies.
- Running the `export github_user=your-github-user-name` to set the `github_user` environment variable.
- Running the `export personal_github_token=your-personal-github-token` to set the `personal_github_token` environment variable.
- Running the `pipenv run python follower_bot.py` command to run the bot!# References
- https://gist.github.com/peter279k/daf1cc84ecfecf4d5c962b5637426406