This project is simply content aggregator build using FLASK python web framwork, Celery for background tasks , Redis as celery backend and Postgresql as database.
- Flask
- Celery
- Requests
- Download dependencies
pip install flask celery requestsorpip3 install flask celery requests bs4 - Create postgres database and import database-schema.sql
- Run celery beat ->
celery -A app.celery beat - Run celery ->
celery -A app.celery worker -l INFO - Finaly run flska application
python app.pyorpython3 app.py - Enjoy