Update README.md

This commit is contained in:
simon987 2020-01-03 12:29:20 -05:00 committed by GitHub
parent 482ffe960f
commit 6b1473fed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,22 +21,21 @@ and error handling. Built for automated web scraping.
### Usage
```bash
wget https://simon987.net/data/architeuthis/16_architeuthis.tar.gz
tar -xzf 16_architeuthis.tar.gz
git clone https://github.com/simon987/Architeuthis
vim config.json # Configure settings here
./architeuthis
docker-compose up
```
You can add proxies using the `/add_proxy` API:
```bash
curl http://localhost:5050/add_proxy?url=<url>&name=<name>
curl http://<Architeuthis IP>:5050/add_proxy?url=<url>&name=<name>
```
Or automatically using Proxybroker:
```bash
python3 import_from_broker.py
python3 import_from_broker.py http://<Architeuthis IP>:5050
```
### Example usage with wget