PyKorone is a comprehensive, state-of-the-art Telegram bot that offers a variety of features to enhance your Telegram experience. It is designed to be flexible and adaptable to meet a wide range of user needs. The bot is built in Python and is designed for high efficiency and reliability.
Under development since January 2, 2021.
PyKorone comes with a number of notable features:
- Asynchronous programming, according to asyncio docs and PEP 492.
- Type hinting according to PEP 484.
- Internationalization (i18n) using GNU Gettext.
- A simplified interface to SQLite3.
- Modular design with isolated, easily structured modules.
- Extensive documentation available on our documentation page.
We encourage translation through our Weblate Project. Weblate provides grammar checking and contextual information for strings, ensuring high quality translations.
Join the conversation about PyKorone or seek community support in our GitHub discussions.
PyKorone is licensed under the BSD 3-Clause License, a free software license compatible with the GPL. This license is verified by the Free Software Foundation and the Open Source Initiative.
We would like to thank the following projects and individuals for their indirect contributions to our project:
- victorcebarros: We used some of his copyrighted code.
- SophieBot: This project inspired our module structure and language module.
- VegaBobo: Provided the base code for the GSM Arena module.
- usernein: Influenced our handler structure and handler registry, and provided development support.