Skip to content

Xrishna/sessionMaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%