Skip to content

taurus5650/taiwan_opendata_cultureInfo_w_slack

Repository files navigation

tw_culture_opendata_w_slack

Intro

ResultGIF.gif

Setup

  1. Create virtual env and active venv
python -m venv venv
source venv/bin/activate
  1. Install library
pip install -r requirement
  1. Setup ur slack bot
  1. In venv, export the token
  • a. Copy the SLACK_BOT_TOKEN and SLACK_APP_TOKEN from slack api SLACK_BOT_TOKEN.png SLACK_APP_TOKEN.png
  • b. Command in venv or set up token in entrypoint.sh
export SLACK_BOT_TOKEN=xoxb-xxxxx
export SLACK_APP_TOKEN=xapp-xxxxx

export_cli.png

  1. Started the code
python3 app.py

Or run entrypoint.sh

sh entrypoint.sh
  1. User able input "concert" / "event" / "exhibition" to get information
  • final_result.png

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published