/sessionMaker

a bot that can create session string of pyrogram and telethon.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Session Maker

This bot can generate session string of pyrogram and telethon.

Note

We don't collect or log users' credentials. If something happens to your account, we aren't responsible for it.

Host own bot

  • Fork this repo.
  • Rename sessionMaker/sample_setting.py file to sessionMaker/setting.py.
  • Fill the basic configrations.

setting file

class  BasicSettings:
	API_ID: int = None
	API_HASH: str = None
	BOT_TOKEN: str = None
	LOG_CHANNEL: int = None
  • You can get your API_ID and API_HASH from my.telegram.org.
  • BOT_TOKEN from @botfather
  • LOG_CHANNEL is your channel id.

Requirements

Installing

python3 -m sessionMaker

Copyright & License