Update plugin list and add link to API spec
This commit is contained in:
parent
982623b677
commit
c70818fef2
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
# maubot
|
# maubot
|
||||||
A plugin-based [Matrix](https://matrix.org) bot system written in Python.
|
A plugin-based [Matrix](https://matrix.org) bot system written in Python.
|
||||||
|
|
||||||
|
Management API spec: [maubot.xyz/spec](https://maubot.xyz/spec)
|
||||||
|
|
||||||
## Discussion
|
## Discussion
|
||||||
Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)
|
Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)
|
||||||
|
|
||||||
|
@ -12,12 +14,12 @@ Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)
|
||||||
* [media](https://github.com/maubot/media) - A bot that replies with the MXC URI of images you send it.
|
* [media](https://github.com/maubot/media) - A bot that replies with the MXC URI of images you send it.
|
||||||
* [dice](https://github.com/maubot/dice) - A combined dice rolling and calculator bot.
|
* [dice](https://github.com/maubot/dice) - A combined dice rolling and calculator bot.
|
||||||
* [karma](https://github.com/maubot/karma) - A user karma tracker bot.
|
* [karma](https://github.com/maubot/karma) - A user karma tracker bot.
|
||||||
|
* [echo](https://github.com/maubot/echo) - A bot that echoes pings and other stuff.
|
||||||
|
|
||||||
### Upcoming
|
### Upcoming
|
||||||
* rss - A bot that posts new RSS entries to rooms.
|
* rss - A bot that posts new RSS entries to rooms.
|
||||||
* dictionary - A bot to get the dictionary definitions of words.
|
* dictionary - A bot to get the dictionary definitions of words.
|
||||||
* poll - A simple poll bot.
|
* poll - A simple poll bot.
|
||||||
* echo - A very simple echo bot.
|
|
||||||
* reminder - A bot to ping you about something after a certain amount of time.
|
* reminder - A bot to ping you about something after a certain amount of time.
|
||||||
* github - A GitHub client and webhook receiver bot.
|
* github - A GitHub client and webhook receiver bot.
|
||||||
* wolfram - A Wolfram Alpha bot
|
* wolfram - A Wolfram Alpha bot
|
||||||
|
|
Loading…
Reference in a new issue