This script uses the requests
and BeautifulSoup
Python libraries to obtain the current IP address and then retrieve a new IP address and port number from a proxy website.
- Python 3.x
requests
libraryBeautifulSoup
library
-
Install Python 3.x from the official website.
-
Install the
requests
library by running the following command in your terminal: -
Install the
BeautifulSoup
library by running the following command in your terminal:
- Clone the repository or download the script.
- Open a terminal window and navigate to the directory where the script is saved.
- Run the script by typing the following command in your terminal:
This project is licensed under the Apache Licence 2.0 - see the LICENSE file for details.