- Vision Kit
- gpac
- Slack Bot Token
- Slack channel ID
# in Vision Kit(RaspberryPi)
$ sudo apt-get install -y gpac
https://slack.com/apps/A0F7YS25R-bots
$ cd /path/to/myclips
$ env SLACK_TOKEN=xxxxx SLACK_CHANNEL_ID=xxxxx python3 main.py
- Python 3.5.3
- gpac
# in macOS
$ brew install gpac
$ cd /path/to/myclips
$ pip install -r requirements.txt
$ pytest