HitaloM / korone

Korone is a simple multipurpose Telegram Bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Korone

Documentation Status GitHub make-a-pull-requests GitHub contributors

!DANGER!

This version is still in development!

Korone is a multipurpose Telegram bot. This means that it can practice multiple activities in groups or private messages. Written in Python, it uses the Pyrogram library.

Highlights

  • Modular: You can easily add new modules to the bot.
  • Database interface: Uses SQLite to manage the database with a simplified interface.
  • Multi-language: Supports localization and internationalization.
  • Type hinting: Uses type hinting to make the code more readable.
  • Documented: The code is documented and has a complete documentation page.

Installation

Follow these steps to install the bot:

$ # Clone the Git repository locally and open the folder
$ git clone https://github.com/victorcebarros/korone.git
$ cd korone

$ # Install the requirements
$ pip3 install . -U

$ # Invoke the bot
$ python3 -m korone

Contributing

Contributions of all sizes are welcome. Please review our contribution guidelines to get started. You can also help by reporting bugs or feature requests.

License

You may copy, distribute and modify the software provided that modifications are described and licensed for free under the BSD 3-Clause License.

About

Korone is a simple multipurpose Telegram Bot.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%