A simple nodejs Discord bot to query your vbulletin rss feed for a new forum post. It simply checks every 5 seconds for the latests new reply on a topic via the rss feed. Your vbulleting rss feed cache should be set to your desired value but an hour is way to long for this bot, try to set it to a minute.
git clone [email protected]:Appelpitje/vbulletin-discord-bot.git
run npm install
In config.ini edit your bot token.
In index.js edit channel-id and the rss-url, the url should look like this: domain.com/external.php?type=rss2&lastpost=1
npm start