diff --git a/README.md b/README.md index e4fc6d2..3013b0b 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,2 @@ -This is fork from: https://github.com/S1S13AF7/ub4tg -Main changes: -* removed iris compatibility (partially for avocado transition) -* added loguru -* other some improvments - -before start, create config.json file with this content: -```json -{ - "api_id": 0000000, - "api_hash": "1234567890", - "timezone": "Europe/[Your_city]", - "db_pymysql": false, - "db_sqlite3": true, - "a_h": true, - "a_404_patient": true -} -``` -___ # ub4tg – юзербот для телеграма. -покищо лише пінґ-понґ -і збереження хто кого заразив
- -БД може бути sqlite і/або MySQL (та хоч дві зразу)
-переключається прямо в файлах ботів:
- -db_pymysql = True#set True or False
-db_sqlite3 = True#set True or False