https://github.com/spechide/sessionmakerbot
Telethon Only Version can be found on https://gitlab.com/spechide/GetUniBorgBot
https://github.com/spechide/sessionmakerbot
Last synced: over 1 year ago
JSON representation
Telethon Only Version can be found on https://gitlab.com/spechide/GetUniBorgBot
- Host: GitHub
- URL: https://github.com/spechide/sessionmakerbot
- Owner: SpEcHiDe
- License: agpl-3.0
- Created: 2020-10-25T11:25:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T14:00:39.000Z (about 3 years ago)
- Last Synced: 2025-03-30T14:11:39.047Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 24
- Watchers: 1
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## IMPORTANT NOTICE:
This project is no longer maintained, and should be considered deprecated. __Use at your own risk__.
Telegram have made many breaking changes since this bot was last updated, and as such, there are no expectations that
this will work. Notably, user IDs have gone from 32 bit to 64, which will cause issues with the database that I do not believe are worth fixing.
# ~~yet another~~ Pyrogram String Session Maker
[](https://www.codacy.com/gh/SpEcHIDe/SessionMakerBot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=SpEcHIDe/SessionMakerBot&utm_campaign=Badge_Grade) [](https://gitpod.io/#https://github.com/SpEcHIDe/SessionMakerBot) 
### Setup
- Install requirements in `requirements.txt`
- Add the required environment variables of `sample_config.env`, either by renaming to `config.env`, or in whatever way your environment supports Environment Variables.
- Run the bot: `python3 -m bot`
## Credits, and Thanks to
* [Dan Tès](https://telegram.dog/haskell) for his [Pyrogram Library](https://github.com/pyrogram/pyrogram)
* [pokurt](https://github.com/pokurt) for his [PyroGram Session Maker](https://github.com/pokurt/Pyrogram-SessionMaker-Bot)