An elegant userbot, for a more civilized age
Go to file
Chris W c0c16338e7 Things and stuff 2023-11-08 11:00:11 -07:00
cyber_fenneko Things and stuff 2023-11-08 11:00:11 -07:00
tests things are working, and all is well 2023-10-31 02:05:43 -06:00
.env.example Things and stuff 2023-11-08 11:00:11 -07:00
.gitignore things are working, and all is well 2023-10-31 02:05:43 -06:00
README.md things are working, and all is well 2023-10-31 02:05:43 -06:00
poetry.lock Things and stuff 2023-11-08 11:00:11 -07:00
pyproject.toml Things and stuff 2023-11-08 11:00:11 -07:00
requirements.txt things are working, and all is well 2023-10-31 02:05:43 -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...