reader icon indicating copy to clipboard operation
reader copied to clipboard

A Python feed reader library.

Results 54 reader issues
Sort by recently updated
recently updated
newest added

... coming out soon: https://pythoninsider.blogspot.com/2022/08/python-3110rc1-is-now-available.html

(This is the general version of #276.) feedparser returns a lot of attributes we're not exposing on Feed/Entry. In the end they should all be exposed, but until we can...

help wanted

Clean typing stuff. Might be able to use [pyupgrade](https://github.com/asottile/pyupgrade) for this. To do: * [x] `from __future__ import annotations` (and the changes it enables) * [ ] don't depend on...

https://pypi.org/project/vulture/

https://github.com/lemon24/reader/blob/7c4df8af5cfe9b5282e46c019950366893854c75/src/reader/_app/__init__.py#L402-L408 Also useful here: https://github.com/dbrennand/Feederbot/issues/16

help wanted
good first issue

I'd like to know if I'm interacting with a feed, i.e.: * when is the last time I read an entry? * am I still reading new issues as they...

API
core

It's a beets spin-off: https://github.com/beetbox/confuse

As of 2.12, the *recent* entry sort heuristic is defined as such: > Most recent first. Currently, that means: > > * by import date [*added*] for entries published less...

Hi First of thanks for building this great tool. I am having a small issue with understanding how to store elements from a feed item. For this feed `https://www.newsdesk.lexisnexis.com/feed/aeb9dae6799dcbd4.rss` I...

help wanted

feedparser has some issues I would like to solve for reader: * it uses too much memory * [this comment](https://github.com/lemon24/reader/issues/263#issuecomment-973137099) shows it's possible to do similar work with about 1/3...

core
feed parsing