Releases: code-tutorials/python-feedreader
Releases · code-tutorials/python-feedreader
10 - Finishing touches
Wrapping up this project with a couple of last minute improvements.
09 - Background task
Adding a background task to continuously update the articles while the application is running.
08 - CSS and static files
Adding static files so we can serve some CSS to style our app.
07 - Adding templates
Adding Jinja2 templates to a flask web application.
06 - Implementing handlers
Finally implementing some of the request handlers and core logic behind the routes for this feed reader.
05 - Adding routes
Adding GET and POST request handlers and routes to a flask web application.
04 - Inserting data
Adding methods to insert data into our database using SQLAlchemy.
03 - Data models
Modeling our feed reader data using SQLAlchemy.
02 - Installation
Installing and configuring MySQL, flask, and SQLAlchemy.
01 - Adding feedparser
Adding the feedparser module to the project and using it to extract information about feed sources and articles.