Welcome to GitHub Profile Visitor Automation, a fun and experimental Python project that automates visiting and refreshing your GitHub profile to increase profile visit counts. 🎯
🔧 What does it do? This project uses Selenium to automate visiting and refreshing your GitHub profile 2000 times! It's a great way to test and observe how GitHub tracks profile visits. 💻
- The script visits your GitHub profile.
- Waits for the page to load, then refreshes the page.
- Repeats the process 2000 times, simulating traffic to your profile. 🔄
- Test GitHub's traffic tracking: Want to see how your GitHub profile’s visit counter increases? This is for you!
- Simple Automation: A quick way to simulate profile visits without manual refreshing.
- Boost your profile count: Increase your visit count to see how fast it updates with each refresh. 📈
Before you run the script, ensure you have the following setup:
-
Python 3.x: Ensure you have Python 3.x installed on your machine. If not, download and install Python.
-
Selenium: This script uses the Selenium package to automate the browser. You need to install it using
pip
:pip install selenium
-
ChromeDriver: This project uses ChromeDriver to interact with the Google Chrome browser. It must be compatible with the version of Chrome installed on your system.
- Download ChromeDriver: Visit the official ChromeDriver download page and download the version matching your Chrome version.
- How to check Chrome version:
- Open Chrome.
- In the top-right corner, click the three dots menu > Help > About Google Chrome.
- Download the corresponding ChromeDriver version from the link above.
-
IDE Setup: It's assumed that you have an IDE (like Visual Studio Code, PyCharm, or any Python-supported IDE) set up to run Python scripts.
-
Clone this repository:
git clone https://github.com/dnyanesh1011/Github-Profile-Visitor.git
-
Navigate to the project folder:
cd Github-Profile-Visitor
-
Install the required dependencies:
pip install -r requirements.txt
-
Download ChromeDriver:
- Visit the ChromeDriver download page.
- Select the version that corresponds to your installed version of Chrome. If you're unsure, check the version in Settings > About Chrome in your browser.
-
Edit the script to use your own GitHub profile URL:
- Open the
github_profile_visitor.py
file. - Replace the placeholder URL with your GitHub profile URL.
- Open the
-
Run the script:
python github_profile_visitor.py
The script will open your GitHub profile, refresh the page 2000 times, and simulate profile visits.
This project is licensed under the MIT License. Feel free to use, modify, and share! 🛠️
- Follow me on GitHub: dnyanesh1011
- Feel free to contribute and open issues for any bugs or improvements!
✨ Happy coding! ✨