github-follower-bot
github-follower-bot copied to clipboard
My GitHub Follower Bot
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 page to create a personal access token with the all of user permissions.
- Running the
pip3 install pipenv --userto install the pipenv. - Add the executable Python path via
export PATH=$PATH:/home/peter/.local/bin. - Running the
pipenv installto install required dependencies. - Running the
export github_user=your-github-user-nameto set thegithub_userenvironment variable. - Running the
export personal_github_token=your-personal-github-tokento set thepersonal_github_tokenenvironment variable. - Running the
pipenv run python follower_bot.pycommand to run the bot!
References
- https://gist.github.com/peter279k/daf1cc84ecfecf4d5c962b5637426406