From c9331151f818d8ab7bb11c0686d77c7ecd058381 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 5 Nov 2023 01:07:09 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88ee136..810a32d 100644 --- a/README.md +++ b/README.md @@ -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. Dependencies: +* aiocron - for the scheduler * bs4 - for parsing html * fake_headers - for tricking search engines * psycopg - for pgsql * pyyaml - for config parsing * requests - for http requests -* schedule - for scheduling, duh * telethon - for interacting with bot api Initial setup: ``` python -m venv .venv source .venv/bin/activate -pip install bs4 fake_headers psycopg pyyaml requests schedule telethon +pip install aiocron bs4 fake_headers psycopg pyyaml requests telethon ```