Skip to content

peter279k/github-follower-bot

Repository files navigation

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 --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