Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:05:22.000Z (7 months ago)
- Last Synced: 2024-09-21T19:32:12.336Z (about 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
[![DeepSource](https://deepsource.io/gh/Luois45/Webshare-Proxy-IP-Updater.svg/?label=active+issues&show_trend=true&token=HHmb9l8hZU8dGkK7c19ZxDrc)](https://deepsource.io/gh/Luois45/Webshare-Proxy-IP-Updater/?ref=repository-badge)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![built with: Python3](https://camo.githubusercontent.com/0d9fbff04202da688cc79c5ffe984bd171edf453b2e41e5e56e55202dd5bdbb2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c74253230776974682d507974686f6e332d7265642e737667)](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.