A simple telegram userbot based on telethon.
pip install poetry
poetry install
First, you need to create a telegram application and generate your api id. Then setup your MongoDB cluster.
Finally create a .env file in the root directory of the project folder to store the configs.
Your env file should look something like this:
API_ID=Your API ID
API_HASH=Your API HASH
SESSION=SESSION Name
CONNECTION_STRING=MongoDB Connection URL