vBulletin-Discord-Bot
Gets updates from a vBulletin RSS feed and posts them in a discord channel.
Setup
Get a bot token and a channel ID by following the instructions found at:
Also enable the RSS feed for your vBulletin board, and get the URL. See:
Alter the file to include this bot token, channel id, and RSS feed URL.
eg.
Gets updates from a vBulletin RSS feed and posts them in a discord channel.
Setup
Get a bot token and a channel ID by following the instructions found at:
Also enable the RSS feed for your vBulletin board, and get the URL. See:
Alter the file to include this bot token, channel id, and RSS feed URL.
eg.
[Options]
update_frequency = 60
multi_line = true
bot_token = my.bot.token
channel_id = 0123456789012345
rss_feed_url =
message_format = `New Post on MyForum!`
**{post_title}** _by {post_author}_
**Link:** {post_link}
**Preview:**
{post_preview}
- Download link
-