Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 272 Bytes

HOW TO RUN

  1. Install pipenv
    pip install pipenv
  2. Install dependencies
    pipenv install
  3. Run
    pipenv run python main.py

DEPENDENCIES

Look under [packages] in Pipfile

NOTE

Put the API key into gen/key.txt. Do not commit it!