If you want to continue development with Python, we highly recommend reading their documentation.
To run the following code example, you'll need Python installed:
You should also have a Decodo account with access to the dashboard to get your credentials and endpoint information.
Once you have Python installed, continue with the following steps:
- Open the Terminal/Command Prompt.
- Create your project directory using the
mkdir python_examplecommand. - Navigate to your project folder using the
cd python_examplecommand. - Execute the following command to download the proxy setup example file:
HTTP(s):
curl https://raw.githubusercontent.com/Decodo/Decodo/master/python/python.py > python.py
SOCKS5: `curl https://raw.githubusercontent.com/Decodo/Decodo/master/python/pythonsocks5h.py > pythonsocks5h.py
- You should see a new file named
python.pyin your project folder. Open it using an editor of your choice. - To run this Python example, set your username, password, and endpoint information you'd like to use and enter them in the following sections of the code:
username = 'username'
password = 'password'
proxy = f'https://{username}:{password}@gate.decodo:7000'
To execute the Python example, simply run python python.py in your Terminal tool.
You should see an IP address in the console window if everything was set up correctly:
Email - [email protected]

