Skip to content

Bullfrog666/POEI-Python-Rss

Repository files navigation

POEI-Python-Rss

The final goal of this project is to retrieve rss feeds and display the contained articles in a flask web application with a Swagger interface for a user who subscribed to it.

Requierements :

click==8.1.3
feedparser==6.0.10
Flask==2.2.3
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2
sgmllib3k==1.0.0
Werkzeug==2.2.3

Evolution :

03/04/2023 :
First iteration of the project.
Installation of the "Feedparser" lib and creation of a python script that retrieves some information from a rss feed link.

07/04/2023 :
Add some information retrieved by the python script.
Some problem using flask. Even if installed, the script seems not to find it and can't use it.

11/04/2023 :
Problem with flask was related to the script file naming (don't name it "flask.py")
Create a flask web application that display "hello world!" on http://127.0.0.1:5000/.
Follow flask tuto to create a web app that display some post (with titles, timstamp, link and content) from a local db initialized by a init_db python script
Db is initialized with values retrieved from a RSS feed url.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published