An interactive and multi-function Telegram bot
PyKorone
An interaction and fun bot for Telegram groups, having some useful and other useless commands. Created as an experiment and learning bot but being expanded and improved over time.
This repository contains the source code of @PyKoroneBot Telegram bot, along with instructions for hosting your own instance.
Requirements
Installation
Setup
First, clone this Git repository locally: git clone
https://github.com/AmanoTeam/PyKorone
After that, you can run python3 -m pip install .
to install the bot along with the dependencies.
Error: Directory '.' is not installable. File 'setup.py' not found.
This common error is caused by an outdated version of pip. We use the Poetry package manager to make things easier to maintain, which works with pip through PEP-517. This is a relatively