Skip to content

For EDCI 336 class. Ingests WordPress RSS feeds and summarizes the categories in blogs use against a list of cagegories

License

Notifications You must be signed in to change notification settings

richmccue/edci336-blog-categories

Repository files navigation

edci336-blog-categories

How to Run

First clone the repo and then cd into this folder

On Machine

Make sure you have installed Python 3 and pip3 before running the commands below,

Then run the below command to get all the dependancies for the script:

pip3 install --no-cache-dir -r requirements.txt

After that runs, you can run the script with:

python3 blog-report.py

Once that is completed there should be an output.html file which contains the table!

In Docker

First build the docker container with:

docker build -t edci336-blog-categories .

Then run the container with:

docker run -p 8000:80 edci336-blog-categories

Finally navigate to http://localhost:8000 and you will see the table

About

For EDCI 336 class. Ingests WordPress RSS feeds and summarizes the categories in blogs use against a list of cagegories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published