/flask_poembot_app

A flask app that finds poems from a CSV file and then scrapes poets.org using Beautiful Soup and outputs the poem, poet, and name for National Poetry Month 2021

Primary LanguagePython

flask_poembot_app

alt text

Setup instructions

Run the following commands:

  1. source /Users/tanaka/Desktop/poembot/venv/bin/activate

  2. export FLASK_APP=main.py

  3. flask run

  4. Finally, access the site locally at port 5000

Deploying to cloud

gcloud app deploy

Todo

  1. add bs4 library to /libs directory since App Engine doesn't support impure python packages