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
- Host: GitHub
- URL: https://github.com/jacobious52/exposerbot
- Owner: Jacobious52
- License: apache-2.0
- Created: 2018-05-13T17:10:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T17:20:05.000Z (about 8 years ago)
- Last Synced: 2025-03-11T16:33:59.567Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`