Auto Website Visitor is a fun yet powerful tool that automates repeated visits to a given website using real browser automation via Selenium.
It supports Chrome, Firefox, and Edge with additional features like human-like scrolling, proxy support, headless mode, and interval-based automation.
Perfect for testing, load simulation, SEO boosting, and more — all with a sprinkle of style and control.
Warning
This tool is for educational and personal use only. Do not use it for any malicious or unauthorized activity.
- Headless mode support (silent, no UI)
- Proxy support (http/https)
- Smart auto-scroll to simulate real user behavior
- Randomized behavior like scroll direction, pauses, element focus
- Logging: Tracks visit logs with timestamps
- Human-readable countdown timer between visits
git clone https://github.com/nayandas69/auto-website-visitor.git
cd auto-website-visitor
python3 -m venv .venv # (Recommended)
source .venv/bin/activate
pip3 install -r requirements.txt
python3 awv.py
pip install auto-website-visitor
Then run it from anywhere:
auto-website-visitor
Warning
Make sure you have the latest version of your browser installed. AWV uses Selenium to control the browser, so it needs the browser to be installed on your system. If you have a different version of the browser, please check the Selenium documentation for compatibility.
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
sudo apt update
sudo apt install wget -y
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb -y
sudo apt update
sudo apt install firefox -y
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge.list'
sudo apt update
sudo apt install microsoft-edge-stable -y
Tip
You only need one browser installed to run the tool. Edge is mostly recommended on Windows. For Linux, Chrome and Firefox work best.
Warning
Check the latest release assets section to download the ready-to-use prebuilt files.
- Download
Auto.Website.Visitor.exe
from the release - Double click to launch
- Follow on-screen prompts
tar -xvzf awv-linux.tar.gz
sudo chmod +x awv
./awv
Check it out here:
Click
Tip
Use headless mode if you want background visits.
Always keep visit interval above 10s when using auto-scroll.
Add proxies for more anonymity.
Set infinite visits with 0
for endless loops.
Once you launch AWV, you’ll see:
1. Start → Start visiting a website
2. Check for Updates → Check for new releases
3. Help → Read what it can do
4. Exit → Close the app
- Website URL
- Number of visits (
0
= infinite) - Interval between visits
- Browser of choice
- Proxy support
- Headless mode
- Enable auto-scroll
- Windows 11
- Kali Linux
- Human-like scrolling
- Smart pause simulation
- Proxy rotation
- Multi-browser support
- Update checker
- Customizable user-agent
- More browser support (Safari, Opera, etc.)
- More proxy types (SOCKS, etc.)
Got ideas or improvements?
Pull requests, issues, or even a star ⭐ are always welcome!
- Nayan Das
- Website
- nayanchandradas@hotmail.com
Warning
This tool is strictly for educational purposes, testing, and personal experimentation.
The developer is not responsible for any misuse. Always comply with website terms and local laws.