Skip to content

surilp/MovieInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published