Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make py-feedr asynchronous #5

Open
manvari opened this issue Jan 3, 2015 · 1 comment
Open

Make py-feedr asynchronous #5

manvari opened this issue Jan 3, 2015 · 1 comment
Assignees
Milestone

Comments

@manvari
Copy link
Owner

manvari commented Jan 3, 2015

Currently, py-feedr is non-asynchronous and this makes it very vulnerable to missing RSS feed updates if a RSS feed is updated quickly, i.e. if that feed is updated quicker (say 0.5s) than feedr is being called (e.g. every second).

Making py-feedr asynchronous would solve that problem (then the binary would run constantly). Not much work is needed, the most important part of the work would be finding an asynchronous HTTP library then have it call feedparser as a callback.

v1.0.0 milestone.

@manvari manvari added this to the 1.0.0 milestone Jan 3, 2015
@manvari manvari self-assigned this Jan 3, 2015
@manvari
Copy link
Owner Author

manvari commented Jan 3, 2015

unirest for Python seems to be an option, but it is unmaintained and Python 3 is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant