Skip to content

A simple Discord bot written live on stream. The bot lets users add RSS feeds that the bot monitors and announces updates from.

Notifications You must be signed in to change notification settings

ZechCodesYT/rss-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot: RSS Feed Reader

This is a simple bot that monitors RSS feeds and announces when new items show up in the feeds.

Live Stream

Watch the video of me building this bot start to finish on YouTube!!!

Running

Create a file named token.secret and put your Discord bot token in that file. Next run the following commands:

pip install poetry
poetry install
poetry run python bot.py

Commands

rss!add [url to RSS feed]

This will add an RSS feed to the bot for the current guild.

rss!remove [url to RSS feed]

This will remove an RSS feed from the bot for the current guild.

rss!list

This will list all of the RSS feeds that the bot is monitoring for the current guild.

rss!setup [text channel]

This will tell the bot which channel to announce new RSS feed items in. This must be run before the bot will function in a guild.

rss!info

Shows which channel the bot is set to use for new RSS feed item announcements.

About

A simple Discord bot written live on stream. The bot lets users add RSS feeds that the bot monitors and announces updates from.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages