https://github.com/louisa-uno/webshare-proxy-ip-updater
This is a script that updates the authorized IP on webshare.io in an specified interval for you automatically.
https://github.com/louisa-uno/webshare-proxy-ip-updater
docker dockerfile ip proxy proxy-authentication python python-3 python3 webshare webshare-io
Last synced: 2 months ago
JSON representation
This is a script that updates the authorized IP on webshare.io in an specified interval for you automatically.
- Host: GitHub
- URL: https://github.com/louisa-uno/webshare-proxy-ip-updater
- Owner: louisa-uno
- License: gpl-3.0
- Created: 2021-12-19T23:12:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:05:22.000Z (about 1 year ago)
- Last Synced: 2025-03-11T04:59:43.000Z (2 months ago)
- Topics: docker, dockerfile, ip, proxy, proxy-authentication, python, python-3, python3, webshare, webshare-io
- Language: Python
- Homepage: https://hub.docker.com/repository/docker/luois45/webshare-proxy_ip-updater
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://deepsource.io/gh/Luois45/Webshare-Proxy-IP-Updater/?ref=repository-badge)
[](http://www.gnu.org/licenses/gpl-3.0)
[](https://www.python.org/)Hi,
This is a script that updates the authorized IP on webshare.io in an specified interval for you automatically.
Just run this command to run it with docker:
```shell
docker run \
--env APIKEY=YOUR_APIKEY \
--env DELAY=YOUR_DELAY \
--name webshare-proxy_ip-updater \
luois45/webshare-proxy_ip-updater:latest
```
or with docker compose:
```yaml
version: '3.7'
services:
app:
image: luois45/webshare-proxy_ip-updater:latest
environment:
- APIKEY=YOUR_APIKEY
- DELAY=YOUR_DELAY
restart: always
```
**YOUR_APIKEY**: replace it with your apikey https://proxy.webshare.io/userapi/keys
**YOUR_DELAY**: replace it with the delay in seconds you want the ip to be set to the ip of the docker container.