-
Updated
Aug 22, 2020 - Python
rss
Here are 352 public repositories matching this topic...
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Jun 5, 2020 - Python
Some sites lack a title tag in their plain html site and are instead providing opengraph metadata. The URL plugin does not currently work for those.
The opengraph title attribute looks like so:
<meta property="og:title" content="Mozilla Developer Network">
It could be used when the title tag is missing.
I'm currently lacking an example site for this behaviour, if I'll com
Announcements
This is a view-only Announcement issue. It‘s intended to inform about news, important updates and bug-fixes.
Feel free to follow this issue if you‘d like to hear the news about the development of the Inky-Calendar software.
-
Updated
Mar 5, 2020 - Python
-
Updated
Nov 5, 2019 - Python
-
Updated
Mar 28, 2020 - Python
-
Updated
Aug 22, 2020 - Python
-
Updated
Jul 21, 2020 - Python
-
Updated
Aug 1, 2020 - Python
As per our discussion, it would be a good feature to be able to modify the contents of a title or description for a feed.
Example:
Original Title: #IceHockey #Livescore @ScoresPro: (SUI-) #ZSC Lions vs #SC Bern: 2-1 E/p2
New Title: @ScoresPro: (SUI-) #ZSC Lions vs #SC Bern: 2-1 End of Period 2
Needs better icons
DB cleanup
Add config page
Simple configuration page. Examples of configuration:
- Disable retweets.
- Disable loading images (show link instead)
- Show tweet stadistics (slower rendering)
-
Updated
Jul 7, 2019 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Sep 12, 2015 - Python
Improve this page
Add a description, image, and links to the rss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rss topic, visit your repo's landing page and select "manage topics."
Deprecation warning due to invalid escape sequences. Using raw strings or escaping them again helps in resolving this. Check https://github.com/asottile/pyupgrade/ for automatic fix of this.
Syntax warnings are caused due to comparison of literals using is.
Steps to reproduce: