Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.13 KB

MovieInfo

Steps to building movie info app

Run App

  1. Make sure ngrok is running
  2. Copy URL provided in ngrok execution terminal to Interactive & Shortcuts (Request URL and Select Menus) and Event Subscription (Request URL)
  3. Make sure Key and Token are available in in environment. Update them in start.sh file
    • export SLACK_BOT_TOKEN={xoxb-TOKEN}
    • export SLACK_SIGNING_SECRET={SECRET}
    • export MOVIE_API_KEY={API_KEY}
  4. Make sure python environment is available (If not available run python -m venv .venv in root of project[/MovieInfo])
  5. Install dependent packages by running -> pip install -r requirements.txt
  6. run ./start.sh