https://github.com/mmat11/cthulhu
https://github.com/mmat11/cthulhu
bot go telegram
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmat11/cthulhu
- Owner: mmat11
- License: gpl-3.0
- Created: 2020-04-05T15:53:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T02:58:49.000Z (over 5 years ago)
- Last Synced: 2025-04-08T08:49:36.247Z (about 1 year ago)
- Topics: bot, go, telegram
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cthulhu

**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