Project formation:

We constructed this project because Mr Max Lee inspired us to be more appreciative of MEMES. We built this project so as to be able to educate youths and future generations to be able to read bite-size news in a more interactive way.

Project description:

Web-based news meme reaction application of which were built from flask. The news was scraped from [dailytelegraph] (https://www.dailytelegraph.com.au/news/breaking-news) using bs4. Processed daily new headlines and catergorise them into certain predefined buckets such as crime ,calamity, politics.

To use:

source venv/bin/activate To activate python virtual enviroment

Install appropriate depedencies pip3 install -r requirements.txt

Run python3 meme_app.py to execute app.

It would run on localhost:8080.