SkillAgentSearch skills...

SessionMaker

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

Install / Use

/learn @meanii/SessionMaker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1y ago
Forks14

Languages

Python

Security Score

75/100

Audited on Sep 20, 2024

No findings