original fork from these repo:
点赞脚本(Python 2.7):
https://github.com/weilaihui/GitHubStar
加粉脚本(Python 2.7):
https://github.com/weilaihui/GitHubFollow
Fork脚本(Python 2.7):
https://github.com/acelwiker/GitAutoFork
- Install Python 2.x,run
python --version
andpip
for a test. - To install pip, securely download get-pip.py
- Then run the following(If you have downloaded it,skip the step.):
python get-pip.py
MAKE SURE that you have installed
requests
.
pip install -r requirements.txt
- Clone the repo
git clone https://github.com/wangzhenjjcn/GithubAutoStarAllInOne.git && cd GithubAutoStarAllInOne
- Open
settings.py
, replace variables with your own infomation.#############settings############# NAME = "1" #GitStar username PASSWORD = "1" #GitStar password GITNAME = "1" #Gitee username GITPASSWORD = "1" #Gitee password #############settings#############
- Run
python -u GitHubStar.py
python -u GitHubFollow.py
python -u GitAutoFork.py
Everything is ok,hooray!