Auto Website Visitor is a simple, user-friendly tool designed to automate visits to a specified website. It supports both single visits and multiple scheduled visits, can run in headless mode for minimal resource usage, and offers proxy support. Additionally, it includes an automatic update feature for keeping the tool up to date.
- Website Visit Automation: Automate visits to any website of your choice.
- Custom Visit Count and Interval: Set the number of visits and define the time interval between each visit.
- Browser Support: Supports both Chrome and Firefox browsers.
- Headless Mode: Run the browser in headless mode (without opening a graphical user interface) for minimal resource consumption.
- Proxy Support: Option to use a proxy for your visits to the website.
- Automatic Update Check: Regularly checks for updates to ensure you're using the latest version.
- Logging: Logs each visit attempt, including timestamps, visit status, and other details, saved in the
visit_log.log
file.
This tool is designed with a command-line interface (CLI). When you run the application, you will be prompted to provide the website URL, number of visits, interval between visits, and other settings.
- Start: Initiates the automated website visit process with the provided settings.
- Check for Updates: Automatically checks if a newer version is available and prompts you to update.
- Help: Displays usage instructions and detailed help on the tool's features.
- Exit: Exits the application with a goodbye message.
- Download the latest Windows version here.
- Run the
AutoWebsiteVisitor_v0.0.1.exe
file and follow the on-screen instructions.
- Download the latest Linux version here.
- Download the compressed file (either
AutoWebsiteVisitor_v0.0.1_linux.zip
orAutoWebsiteVisitor_v0.0.1_linux.tar.gz
) and extract it:- For
.zip
files:unzip AutoWebsiteVisitor_v0.0.1_linux.zip
- For
.tar.gz
files:tar -xzvf AutoWebsiteVisitor_v0.0.1_linux.tar.gz
- For
- After extracting the files, navigate to the folder containing the executable and run it:
./AutoWebsiteVisitor_v0.0.1_linux
- All visit attempts are logged in the
logs
folder. - Each visit entry in the
visit_log.log
file includes:- Website URL
- Timestamp
- Visit status (success/failure)
-
Start a Visit Task: Upon running the application, you'll be prompted to enter:
- Website URL
- Number of visits
- Interval between visits (in seconds)
- Option to use a proxy or run in headless mode.
-
Check for Updates: The application will check if the latest version is being used. If an update is available, you'll be notified and given the option to update.
-
Help: Displays a description of how to use the tool, along with its features and configurations.
-
Exit: Exits the tool with a goodbye message.
- Name: Nayan Das
- Email: nayanchandradas@hotmail.com
- Website: Social Portal
Feel free to contact the author for any questions or support related to Auto Website Visitor.
- Dependencies: This tool requires Python and the necessary libraries. You can install these dependencies by running the following:
pip install -r requirements.txt
- Operating System Support: The tool is compatible with both Windows and Linux. The Linux version is provided as a compressed
.tar.gz
or.zip
file for easy extraction and use. - Python Version: Ensure that you have Python 3.x installed for the tool to work correctly.