Skip to content

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

Notifications You must be signed in to change notification settings

nditanaka/flask_poembot_app

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages