GitHubFollow

GPL-3.0 License

Stars
164

GitHubFollow

Auto follow for gitstar.cn

Usage

Linux

Step1

Install Python 2.x,runpython --versionandpipfor a test.

To install pip, securely download get-pip.py

Then run the following:

python get-pip.py

If you have downloaded it,skip the step. MAKE SURE that you have installed requests.

pip install -r requirements.txt

Step2

Openmain.py,replace

#-----------------------------
#GitStar
NAME="w568w"
PASSWORD="xxxx"
#GitHub
GITNAME="w568w"
GITPASSWORD="xxxx"
#-----------------------------

with your own information.

Step3

Runpython -u main.py, Everything is ok,hooray!

Windows

I haven't used Windows for a long time. You can google windows python for more information.Good luck!