DungeonLurkers / PierogiesBot

1 stars 2 forks source link

RSS feed consuming #7

Open Avabin opened 3 years ago

Avabin commented 3 years ago

Bot should know how to read RSS feed, have configurable delay between RSS reads and should store configured feeds in some sort of database.

Useful resources:

RSS in C# .Net Core https://khalidabuhakmeh.com/reading-rss-feeds-with-dotnet-core

Avabin commented 3 years ago

Storing in database will be moved to another issue.