windscribe_auto_ip_changer.py
is a Python script designed to automatically change your IP address using Windscribe VPN. The script connects to a randomly selected server from a predefined list of regions and waits for a specified amount of time before changing to a new server. This can be useful for maintaining privacy or circumventing geographic restrictions.
- Automatic IP Rotation: Connects to a random server from the list.
- Customizable Wait Time: You can set how long the script waits before changing the IP address.
- Comprehensive Server List: Includes a wide variety of global server locations.
- Python 3.x
- Windscribe CLI installed and configured on your system.
- Install Python: Ensure Python 3.x is installed on your system.
- Install Windscribe CLI: Follow the Windscribe CLI installation guide to set up the Windscribe command-line interface.
- Download the Script: Clone this repository or download the
windscribe_auto_ip_changer.py
script to your local machine.
-
Modify the Script:
- Open
windscribe_auto_ip_changer.py
in a text editor. - Set your desired wait time by modifying the
timetowait
variable (in minutes).
timetowait = 5 # Change this value to set your custom wait time
- Open
-
Run the Script:
- Open a terminal or command prompt.
- Navigate to the directory where the script is located.
- Run the script using the following command:
python windscribe_auto_ip_changer.py
-
Monitor the Output:
- The script will print the currently connected region, the connection time, and the wait time before changing the IP address.
-
Regions: The script contains a list of server locations. You can modify the
regions
list in the script to add or remove servers as needed.regions = [ "Tirana - Besa", "Buenos Aires - Tango", "Adelaide - Lofty", # Add more regions here ]
-
Wait Time: Adjust the
timetowait
variable to set how long the script should wait between IP changes.timetowait = 5 # in minutes
- Connection Issues: Ensure that the Windscribe CLI is properly installed and configured. Test your connection manually using the Windscribe CLI command before running the script.
- Script Errors: Check for any syntax errors or missing dependencies in your Python environment.
This script is provided as-is. Use it at your own risk. The author is not responsible for any issues that may arise from using this script.
For any questions or issues, please open an issue on the GitHub repository or contact the author directly.
Note: The script requires the Windscribe CLI tool to be installed and properly configured on your system. Ensure you have set up your Windscribe account and have the CLI tool ready before running this script.