docs: document RSS feed plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user