Skip to content

xorz57/github-follower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-follower

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'