the-round-table / trtbot

🤖 Discord Bot
MIT License
3 stars 0 forks source link

RSS reader #119

Closed narendasan closed 5 years ago

narendasan commented 5 years ago

I think this does most of what is asked for in https://github.com/bcongdon/trtbot/issues/14.

You should be able to add a feed with trt reads add [Name of Feed] - [Link to feed] You can remove a feed with trt reads remove [Name of feed] You should be able to get the latest articles with trt reads And they get automatically posted at 6 am (i think it should go into the interesting-reads channel)

I didnt implement https://github.com/bcongdon/trtbot/issues/108 because 1. RSS doesnt have push notifications or something similar and 2. while quanta does tag their posts, it will be a super manual mapping to channels and adds very little value past what is presented here.

narendasan commented 5 years ago

I also didnt implement OPML stuff because XML sucks and it would be a pain for something that is nice to have but not necessary

Joshuad2uiuc commented 5 years ago

I think we can close #108 since we will not post them on release, and the comment on that is semi off topic and can be handled in separate pull issues. Otherwise looks good for features, Ben better at reading code than me.