For the last few months I've been focusing on my old project that I've decided to rework into an importable library, that would allow its users to create and manage their Telegram bots with a few simple keywords. This library will be easy to integrate into any project, that requires some sort of I/O-based interactions between client and server, accessed through Telegram.
I've made a test project with some REST API bound to local Django web app, to experience my library before release, to smooth out the interactions, eliminate glaring bugs and implement new, highly demanded features.
Currently, this project is still in its refactoring stage, where an old project being shaped into usable library. Config docs were added, interfaces were adapted for the new purpose, to allow for flexible configurations.