Telehelper
Userbot based on Theleton with modified modules from FTG
This bot requires PostgreSQL database for storing notes and some config data. Most of variables are saved with Heroku VARS.
Instructions:
- Create Telegram app (https://core.telegram.org/api/obtaining_api_id)
- Create private channel and save its name
- Obtain session string with script: (https://colab.research.google.com/drive/1v8KpiYpui3XuGretQj5DX7zugh4GufZp?usp=sharing)
- Deploy bot on heroku via button with all required credentials
- Get PostgreSQL credentials (https://dashboard.heroku.com/apps/your_app_name/resources)
- Connect to your DB using this credentials
- Open db_tables.txt document in this repo
- Copy and paste all creation commands
- Create all necessary tables in DB
- Run your app on heroku (https://dashboard.heroku.com/apps/your_app_name/resources)
- Use bot and be happy :)