RSS feed retrieval #3
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#5 RSS update manager
Miroslavsckaya/tg_rss_bot
Reference: Miroslavsckaya/tg_rss_bot#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To implement a module for RSS feed items retrieval.
This module should return objects for feed containing item elements. If choosen library doesn't return objects then this module should map the data from the library to objects and return them.
TODO: Select library for RSS reader.
Let's use
feedparser
: