Auto Website Visitor v0.0.1 - Release
Welcome to the first official release of Auto Website Visitor v0.0.1! This tool automates the process of visiting websites, allowing you to simulate traffic with customizable parameters such as visit count, interval, and proxy settings. It supports both Windows and Linux platforms.
Key Features:
- Customizable Website Visits: Specify the website URL, visit count, visit interval, browser choice (Chrome or Firefox), headless mode, and optional proxy.
- Support for Chrome and Firefox: Choose between the two most popular web browsers to automate website visits.
- Logging: All website visits are logged with timestamps and success/error messages in
visit_log.log
. - Proxy Support: Optionally route your traffic through a proxy to simulate visits from different locations or anonymize your traffic.
- Headless Mode: Run the browser in the background without a graphical interface for faster, silent visits.
New in this Release:
- Initial release of Auto Website Visitor with support for Windows and Linux.
- Simple CLI interface with interactive prompts for easy configuration of the website visit task.
- Support for Chrome and Firefox browsers with headless mode and proxy options.
- Automatic download of ChromeDriver or GeckoDriver (for Firefox) when running the tool for the first time.
Download Links:
Windows:
- AutoWebsiteVisitor_v0.0.1.exe
Download for Windows
Linux:
- AutoWebsiteVisitor_v0.0.1_linux
Download for Linux (tar.gz)
Download for Linux (zip)
Installation Instructions:
For Windows Users:
- Download the
AutoWebsiteVisitor_v0.0.1.exe
file. - Run the executable and follow the prompts.
- The program will guide you through entering the website URL, number of visits, visit interval, and other settings.
For Linux Users:
- Download the appropriate version for Linux (
tar.gz
orzip
). - Extract the downloaded file:
- For
.tar.gz
:tar -xzvf AutoWebsiteVisitor_v0.0.1_linux.tar.gz
- For
.zip
:unzip AutoWebsiteVisitor_v0.0.1_linux.zip
- For
- Navigate to the extracted folder and run the executable:
./AutoWebsiteVisitor_v0.0.1_linux
How to Use:
- After running the application, you’ll be prompted to input:
- The website URL you want to visit.
- The number of visits.
- The visit interval (in seconds).
- Your choice of browser (Chrome or Firefox).
- You can also enable headless mode (to run the browser in the background without a graphical interface) and configure an optional proxy to route your traffic.
- After confirming your settings, the tool will begin simulating the visits based on the configurations you provided.
Important Notes:
- Ensure you have Python 3 installed on your system if you plan to modify or develop the project further.
- This tool requires Selenium WebDriver to automate the browser. The required drivers for Chrome (ChromeDriver) or Firefox (GeckoDriver) will be automatically downloaded the first time you run the program.
- The tool will also log all visit attempts, including timestamps, status, and website URL, in a
visit_log.log
file located in thelogs/
folder.
Log File:
- All visits are logged in the
visit_log.log
file within thelogs/
folder. You can use this log file to review your visit history and troubleshoot any issues that may arise.