An open API service indexing awesome lists of open source software.

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

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

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/01a4ef83e3a64a92b24d855aaed05c3a)](https://www.codacy.com/gh/SpEcHIDe/SessionMakerBot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=SpEcHIDe/SessionMakerBot&utm_campaign=Badge_Grade) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/SpEcHIDe/SessionMakerBot) ![Repo Size](https://img.shields.io/github/repo-size/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)