update readme
This commit is contained in:
parent
bee10a2e89
commit
c9331151f8
1 changed files with 2 additions and 2 deletions
|
@ -3,17 +3,17 @@
|
||||||
Use `config.yml` to set it up. It needs a list of regex with tokens and a database to match them. This doc is probably going to be abandoned right away, but at least I have added this line I dunno.
|
Use `config.yml` to set it up. It needs a list of regex with tokens and a database to match them. This doc is probably going to be abandoned right away, but at least I have added this line I dunno.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
* aiocron - for the scheduler
|
||||||
* bs4 - for parsing html
|
* bs4 - for parsing html
|
||||||
* fake_headers - for tricking search engines
|
* fake_headers - for tricking search engines
|
||||||
* psycopg - for pgsql
|
* psycopg - for pgsql
|
||||||
* pyyaml - for config parsing
|
* pyyaml - for config parsing
|
||||||
* requests - for http requests
|
* requests - for http requests
|
||||||
* schedule - for scheduling, duh
|
|
||||||
* telethon - for interacting with bot api
|
* telethon - for interacting with bot api
|
||||||
|
|
||||||
Initial setup:
|
Initial setup:
|
||||||
```
|
```
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install bs4 fake_headers psycopg pyyaml requests schedule telethon
|
pip install aiocron bs4 fake_headers psycopg pyyaml requests telethon
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue