https://github.com/peter279k/github-follower-bot
My GitHub Follower Bot
https://github.com/peter279k/github-follower-bot
github-api github-followers
Last synced: 7 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T18:50:45.000Z (7 months ago)
- Last Synced: 2025-04-15T06:54:32.319Z (7 months ago)
- Topics: github-api, github-followers
- Language: Python
- Homepage: https://github.com/peter279k/github-follower-bot
- Size: 1.54 MB
- Stars: 43
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
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