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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:37:31.000Z (about 2 months ago)
- Last Synced: 2024-10-29T09:54:33.605Z (about 2 months ago)
- Topics: github-api, github-followers
- Language: Python
- Homepage: https://github.com/peter279k/github-follower-bot
- Size: 1.06 MB
- Stars: 35
- Watchers: 4
- Forks: 10
- 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