| @@ -1,19 +1,27 @@ | |||||
| # Feedcake | # Feedcake | ||||
| ## „Gib mir ein Stück Kuchen und ich will den ganzen cake.“ | ## „Gib mir ein Stück Kuchen und ich will den ganzen cake.“ | ||||
| ### Attention | |||||
| This script is maintained by only one person who is also a python newbie. | |||||
| If you don't care about having article images, you should have definitely use | |||||
| [PyFeeds](https://github.com/PyFeeds/PyFeeds) instead! | |||||
| Also, it's only working for a very limited subset of news sites. | |||||
| ### The Problem | ### The Problem | ||||
| Most news platforms don't give you the full article via rss/atom. | Most news platforms don't give you the full article via rss/atom. | ||||
| This wouldn't be a big problem. But some of them do crazy 1984-ish stuff on their | This wouldn't be a big problem. But some of them do crazy 1984-ish stuff on their | ||||
| websites or they have built up paywalls for users with privacy addons. | |||||
| websites or they have built up paywalls for visitors using privacy addons. | |||||
| ### Goal of this script | ### Goal of this script | ||||
| Getting a full-featured news feed (full articles with images) from various | Getting a full-featured news feed (full articles with images) from various | ||||
| news pages | news pages | ||||
| ### Benefits for the user | ### Benefits for the user | ||||
| * They don't need to go on the website to read the articles | |||||
| * No ads | |||||
| * No tracking | |||||
| * read full articles directly in your feed reader | |||||
| * exclude articles by keyword in title | |||||
| * no tracking | |||||
| * no ads | |||||
| ### Possible downsides for the user | ### Possible downsides for the user | ||||
| * articles don't get updated once they are scraped | * articles don't get updated once they are scraped | ||||