D-Bot/README.md

11 lines
860 B
Markdown
Raw Permalink Normal View History

2015-05-29 12:45:34 -05:00
DennyDai/D-Bot
2015-10-31 07:49:03 -05:00
----------
2015-05-29 13:22:23 -05:00
A chat bot written in PHP
The aim is to design a Functional chat bot can support different messaging platforms and provide the same plugin API for plugin developers.
This project is now in a very early stage since Telegarm is the only supported platform and the API provided for developers are still limitied. I am still a greenhand in Object oriented programming, so if there's anything wrong with the code itself or with the design of the project please send me an issue. I am willing to publish better pieces of code.
2015-05-29 12:45:34 -05:00
Supported Chat Tools List
2015-10-31 07:49:03 -05:00
----------
2015-12-31 13:48:56 -06:00
- [Telegram-Bot](https://core.telegram.org/bots) - [README](https://github.com/dennydai/D-bot/blob/master/readmes/Telegram-Bot/Telegram-Bot.md)
2016-01-04 21:26:07 -06:00
- [Wechat-MP](http://www.wechat.com/) - [README](https://github.com/dennydai/D-bot/blob/master/readmes/Wechat-MP/Wechat-MP.md)