proxy_scraper/README.md
2022-09-16 15:35:23 -06:00

13 lines
201 B
Markdown

# Proxy
## Running the project
First create a list of live proxies
```bash
python3 scrape_proxies.py proxies.txt
```
Then run the mubeng instance through docker-compose
```bash
docker-compose up
```