GitHub Views Farm for "Profile Views Button" Users
This program farms profile views for your GitHub profile if you use a button which counts profile views
Example:
These GitHub View Count Buttons increment the number by +1 everytime the link is loaded at https://github.com/
; so this program takes your GitHub username as an input and runs a Chrome instance to visit your GitHub profile and refresh every 2 seconds, increasing the increment.
To run this program, all you have to do is attain a Python interpreter version 3 or higher. Then using the pip script command-line installed with the Python script run the
To run this program, make sure you have:
Then run the following commands in a directory you create for this program:
git clone https://github.com/SelimWaly/views-farm.git
cd views-farm
python -m pip install -r requirements.txt
python main.py
This project is under the MIT License
. Please check LICENSE
for more information.