docs: document RSS feed plugin

This commit is contained in:
user
2026-02-15 13:36:28 +01:00
parent 125a4c5d4d
commit ca29729ee5
2 changed files with 41 additions and 0 deletions

View File

@@ -289,6 +289,18 @@ MAXMIND_LICENSE_KEY=xxx ./scripts/update-data.sh # + GeoLite2
Default time: 12:00. Timezone: `bot.timezone` config (default UTC).
## RSS
```
!rss add <url> [name] # Subscribe feed (admin)
!rss del <name> # Unsubscribe feed (admin)
!rss list # List channel feeds
!rss check <name> # Force-poll now
```
Names: lowercase alphanumeric + hyphens, 1-20 chars. Max 20 feeds/channel.
Polls every 10min. Announces max 5 new items per cycle. Persists across restarts.
## Plugin Template
```python