mirror of
https://github.com/simon987/Architeuthis.git
synced 2025-04-04 08:02:59 +00:00
Update README.md
This commit is contained in:
parent
482ffe960f
commit
6b1473fed4
11
README.md
11
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user