LI0131 / mock-con-2020-word-cloud

Takes in HTML articles and archives word usage and time information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mock-con-2020-word-cloud

Takes in HTML articles and archives word usage and time information

Dev Setup

Make sure that Docker desktop is installed and running before setup.

  1. Install Python Virtualenv and Database Manager
pip3 install pipenv alembic --user
  1. Install Python packages from Pipfile.lock
pipenv install 
  1. Start Database
docker-compose up
  1. Migrate Database
pipenv shell
PYTHONPATH=. alembic upgrade head
  1. Start Service
pipenv run generate

About

Takes in HTML articles and archives word usage and time information


Languages

Language:Python 95.6%Language:Mako 2.0%Language:Ruby 1.5%Language:Dockerfile 0.9%