13 lines
201 B
Markdown
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
|
|
```
|