mirror of
https://github.com/simon987/Architeuthis.git
synced 2025-04-10 05:26:42 +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
|
### Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://simon987.net/data/architeuthis/16_architeuthis.tar.gz
|
git clone https://github.com/simon987/Architeuthis
|
||||||
tar -xzf 16_architeuthis.tar.gz
|
|
||||||
|
|
||||||
vim config.json # Configure settings here
|
vim config.json # Configure settings here
|
||||||
./architeuthis
|
|
||||||
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
You can add proxies using the `/add_proxy` API:
|
You can add proxies using the `/add_proxy` API:
|
||||||
|
|
||||||
```bash
|
```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:
|
Or automatically using Proxybroker:
|
||||||
```bash
|
```bash
|
||||||
python3 import_from_broker.py
|
python3 import_from_broker.py http://<Architeuthis IP>:5050
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example usage with wget
|
### Example usage with wget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user