FragSoc / esports-bot

A Discord bot utilising Discord.py to provide functionality for UoY Esports game hubs
GNU Affero General Public License v3.0
2 stars 2 forks source link

IsThereAnyDeal Waitlist RSS Transcribing #24

Open Laura7089 opened 3 years ago

Laura7089 commented 3 years ago

https://isthereanydeal.com/ offers publicly readable RSS feeds for Waitlists that one can define and modify. When products on the waitlist go on sale, the RSS feed is updated with a new entry describing the price and providing various links. It would be desirable to pass the bot an RSS link in the config file, or some other method, and have it post messages to a specified discord channel whenever new deals are added to the RSS feed.

Laura7089 commented 3 years ago

https://pypi.org/project/feedparser/