Asynchronous FeedParser #2

Closed
opened 2023-12-16 22:41:26 +00:00 by corbz · 1 comment
Owner

I'm currently using feedparser to fetch the RSS data from the URL, this is not done asynchronously.

Explore options for asynchronously fetching the RSS data, then handing that to feedparser directly.

This should be do-able with aiohttp.

I'm currently using `feedparser` to fetch the RSS data from the URL, this is not done asynchronously. Explore options for asynchronously fetching the RSS data, then handing that to `feedparser` directly. This should be do-able with `aiohttp`.
corbz added the
enhancement
label 2023-12-16 22:43:33 +00:00
Author
Owner

I have used the aiohttp library to fetch the unparsed feed, then use feed parser after the fact, making it asynchronous.

I have used the aiohttp library to fetch the unparsed feed, then use feed parser after the fact, making it asynchronous.
corbz closed this issue 2023-12-21 10:58:21 +00:00
corbz added this to the PYRSS project 2024-02-06 11:47:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Bot#2
No description provided.