cyber_fenneko/README.md

845 B
Executable File

Cyber Fenneko

The next evolution in Telegram userbots. (jk, but it's pretty cool anyway)

What is this?

This is a userbot that runs on Telegram's MTProto API. It's written in Python, and uses Telethon as its main library. It's also modular, so you can add your own modules to it.

How do I use it?

First, install dependencies. This can be done with poetry, or with pip.

# With poetry
poetry install

# With pip
pip install -r requirements.txt

Then, copy .env.example to .env, and fill in the values. You can get your API ID and API hash from my.telegram.org.

Finally, run the bot.

# With poetry
poetry run fenneko

# With python
python -m cyber_fenneko

More documentation to come...