A modular telegram Python bot running on python3 with an Sqlalchemy, mongodb database.
āāāć Can be found on telegram as NekoRobot ć
The bot is based of on the original work done by PaulSonOfLars This repo was just reamped to suit an Anime-centric community. All original credits go to Paul and his dedication, Without his efforts, this fork would not have been possible!
āāāć Any other authorship/credits can be seen through the commits. ć
The Support group can be reached out to at Programmer ā¢ Support Or Neko Support (Github), where you can ask for help about NekoRobot, discover/request new features, report bugs, and stay in the loop whenever a new update is available.
Deploying on Local Machine
```console ~$ git clone https://github.com/Awesome-Prince/NekoRobot-3.git ~$ cd NekoRobot ~$ cp sample_config.py config.py ``` Edit Config.py with your own Values Start with ```python3 -m NekoRobot```Refer to Deploying On Local Machine.