Skip to content

ssiyad/eeborg

Repository files navigation

eeborg

Pluggable asyncio Telegram UserBot based on Telethon.

Installing

Simply clone the repository and run the main file:

git clone https://github.com/ssiyad/eeborg.git
cd eeborg

then

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python stdborg.py

or

docker build -t eeborg .
docker run -e SESSION='session_name' eeborg

Internals

The core features offered by the custom TelegramClient live under the eeborg/ directory, with some utilities, enhancements and the core plugin.

Learning

Check out the already-mentioned plugins directory to learn how to write your own, and consider reading Telethon's documentation.

About

Pluggable asyncio Telegram UserBot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published