https://github.com/sentriz/redbot
https://github.com/sentriz/redbot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentriz/redbot
- Owner: sentriz
- Created: 2020-05-17T22:36:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T11:52:11.000Z (over 4 years ago)
- Last Synced: 2025-08-28T05:30:02.692Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### redbot
[matrix](https://matrix.org) bot for [redacted.ch](https://redacted.ch). the only thing is does at the moment is auto join channels and posts updates to the top ten in them
### docker example
```yaml
redbot:
build: redbot
environment:
- REDBOT_RED_API_KEY=yourapikey
- REDBOT_MATRIX_HOMESERVER=https://my.homeserver
- REDBOT_MATRIX_USERNAME=@bot_username:my.homeserver
- REDBOT_MATRIX_PASSWORD=bot_password
- REDBOT_UPDATE_INTERVAL_SECS=300
- REDBOT_DB_PATH=/data/db
volumes:
- ./redbot_data:/data
```