An elegant userbot, for a more civilized age
Go to file
Chris Watson 72178efcf0 check env vars before starting 2024-06-13 11:01:56 -06:00
cyber_fenneko check env vars before starting 2024-06-13 11:01:56 -06:00
tests initial commit 2023-10-13 12:04:11 -06:00
.env.example readme and .env.example 2023-10-13 12:30:17 -06:00
.gitignore initial commit 2023-10-13 12:04:11 -06:00
README.md readme and .env.example 2023-10-13 12:30:17 -06:00
poetry.lock initial commit 2023-10-13 12:04:11 -06:00
pyproject.toml initial commit 2023-10-13 12:04:11 -06:00
requirements.txt readme and .env.example 2023-10-13 12:30:17 -06:00

README.md

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...