Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmat11/cthulhu
https://github.com/mmat11/cthulhu
bot go telegram
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmat11/cthulhu
- Owner: mmat11
- License: gpl-3.0
- Created: 2020-04-05T15:53:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T02:58:49.000Z (about 4 years ago)
- Last Synced: 2024-03-29T14:24:42.943Z (7 months ago)
- Topics: bot, go, telegram
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cthulhu
![CI](https://github.com/mmat11/cthulhu/workflows/CI/badge.svg)
**Cthulhu** is a Telegram bot fully configurable via a config file.
## Usage
Available commands/functions:
1. Ban/Unban:
```
/ban
/unban
```for these two commands to work, a message with the ban target has to be quoted.
2. Welcome message, configurable via `welcome_message` key in config.yml.
3. Community crossposts, configurable via `crosspost_tags` key in config.yml:
```
#tag message
```Cthulhu will forward _message_ in all the groups in which `#tag` is part of `crosspost_tags`.
4. Admin/mod permissions with commands, configurable per group.
5. Broadcast:
```
/broadcast message
```_message_ will be sent in all groups except the current one.
6. Prometheus metrics exporter: https://cthulhu.live/d/vjZP1InMk/cthulhu
## Contributing
TBD
## License
GNU GPL v3