No description
.gitignore | ||
README.md | ||
requirements.txt | ||
ubot.py |
This is fork from: https://github.com/S1S13AF7/ub4tg
Main changes:
- removed iris compatibility
- added loguru
- other some improvments
before start, create config.json file with this content:
{
"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