This bot can generate session string of pyrogram and telethon.
We don't collect or log users' credentials. If something happens to your account, we aren't responsible for it.
- Fork this repo.
- Rename
sessionMaker/sample_setting.py
file tosessionMaker/setting.py
. - Fill the basic configrations.
class BasicSettings:
API_ID: int = None
API_HASH: str = None
BOT_TOKEN: str = None
LOG_CHANNEL: int = None
- You can get your
API_ID
andAPI_HASH
from my.telegram.org. BOT_TOKEN
from @botfatherLOG_CHANNEL
is your channel id.
- Python 3.6 or higher.
- A Telegram API key.
python3 -m sessionMaker
- Copyright (C) 2021 meanii
- Licensed under the terms of the GNU General Public License v3.0