Skip to content

Fetches the rss of a news feed, and adds a bullet-point summary to the description tag

Notifications You must be signed in to change notification settings

RobertMartinis/rss-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS-summary

Reads an RSS-feed, captures all the articles in the link-tags, and summarizes them in a few sentences. The summaries are then written to the respective articles description tag. This allows you to read summaries of articles directly in your RSS reader, instead of having to open the article in your browser.

showcase

Config

Adding RSS-Feeds

To add an RSS-feed, append the name of the RSS-feed together with it's url in the URL-dictionary contained in constants.py. For example: URLS = {'BBC': 'http://feeds.bbci.co.uk/news/world/rss.xml'}.

Change the number of sentences used in the summary

By default, the summary consists of 5 sentences. This can be changed in constants.py by changing the SENTENCES variable to the desired number of sentences.

About

Fetches the rss of a news feed, and adds a bullet-point summary to the description tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages