Existing Bot/NPM
This documentation site is deprecated. Please visit the README of https://github.com/synzen/MonitoRSS for hosting instructions.
Running the Bot
Simple Way
Setup the bot and use the same bot token.
Programmatically
Install monitorss
:
or directly from dev branch for the latest updates via the format npm install author/repo#branch
:
ClientManager Options
An object can be passed in as the first parameter of ClientManager
,
Name | Type | Description |
| Boolean | Set the bot's presence (online, dnd, etc.) |
| Object | Custom schedules to put certain URLs on a different retrieval cycle. See below for more info. |
| String | Configuration object whose structure matches that of config.bot.json. |
Custom Schedules
Custom schedules is passed as an object of objects in the format of
Using Structures
If you don't want to run the bot and just want to have access to its structures:
Last updated