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
- Host: GitHub
- URL: https://github.com/xorz57/github-follower
- Owner: xorz57
- License: mit
- Created: 2024-06-10T18:09:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:09:54.000Z (about 2 years ago)
- Last Synced: 2025-01-29T16:27:38.165Z (over 1 year ago)
- Topics: follow-bot, github-bot, python3
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```