zbl19962 / GithubAutoStarAllInOne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GithubAutoStarAllInOne

Windows run AllInOne.bat
Linux/Unix AllInOn.sh
Python 2.7 or higher required
GLHF

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

Source code

Step 1

  1. Install Python 2.x,runpython --versionandpipfor a test.
  2. To install pip, securely download get-pip.py
  3. 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

Step 2

  1. Clone the repo
    git clone https://github.com/wangzhenjjcn/GithubAutoStarAllInOne.git && cd GithubAutoStarAllInOne
    
  2. Opensettings.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#############
    

Step 3

  • Run
    python -u GitHubStar.py
    
    python -u GitHubFollow.py
    
    python -u GitAutoFork.py
    

Everything is ok,hooray!

About

License:Apache License 2.0


Languages

Language:Python 93.4%Language:Shell 5.4%Language:Batchfile 1.2%