telegram-nanobot is a wrapper around pyTelegramBotAPI used to quickly create telegram bots with plugin support.
- Out of the box database access
- Timers (WIP)
- Run multiple different bots from same directory just by changing JSON congifuration file
This was created when I grew tired of writing same code over and over again in different bots. It is not quite production ready, but it works for me.
- nev3rfail/nanobot-reddit_reposter
- nev3rfail/nanobot-transation_tools
- a lot of small bots that don't event have it's own repositories. For examples see /plugins
- Code is bad
- Little to no documentation
- Timer usage is difficult
- Database is hardcoded in
__init__.py
- Requires my fork of pyTelegramBotAPI
- Upstream is not against changes from this fork (eternnoir/pyTelegramBotAPI#622), but it need to be done a little differently and I don't have enough time