An open API service indexing awesome lists of open source software.

https://github.com/jacobious52/exposerbot

exposer is a modular telegram bot for exposing metrics of chats
https://github.com/jacobious52/exposerbot

Last synced: about 2 months ago
JSON representation

exposer is a modular telegram bot for exposing metrics of chats

Awesome Lists containing this project

README

          

# ExposerBot
exposer is a modular telegram bot for exposing metrics of chats

## Add a plugin
- goto pkg/plugins/
- make a new go file for example `sentiment.go`
- implement the `Exposer` interface
- register your struct in `plugins.go` with `p.RegisterPlugin("sentiment", new(sentiment))`
- you can now summon your plugin through the bot with `/expose_setiment`