An open API service indexing awesome lists of open source software.

https://github.com/xorz57/github-follower

GitHub Follow Bot written in Python
https://github.com/xorz57/github-follower

follow-bot github-bot python3

Last synced: over 1 year ago
JSON representation

GitHub Follow Bot written in Python

Awesome Lists containing this project

README

          

# github-follower

```powershell
git clone https://github.com/xorz57/github-follower.git
cd github-follower
python -m venv .venv
.\.venv\Scripts\activate.bat
pip install -r .\requirements.txt
$env:GITHUB_USERNAME = 'your_github_username'
$env:GITHUB_TOKEN = 'your_github_token'
```