Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/kyoko
DexeeDeli 新宿フロントタワー店 献立お知らせ bot
https://github.com/megane42/kyoko
Last synced: 7 days ago
JSON representation
DexeeDeli 新宿フロントタワー店 献立お知らせ bot
- Host: GitHub
- URL: https://github.com/megane42/kyoko
- Owner: megane42
- License: other
- Created: 2016-11-29T16:37:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T15:38:26.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:13:03.771Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kyoko - DexeeDeli 新宿フロントタワー店 献立お知らせ bot
![screen shot](./screenshot.jpg)
## About
* Kyoko is (unofficial) Slack bot who tells us today's menu of [DexeeDeli Kita Shinjuku](http://www.cardenas.co.jp/shop/dexee-deli/-dexee-diner-750.html).
* Kyoko stands for "KYO no KOndate" (今日の献立: "today's menu" in Japanese).## Set Up
* `cp .env.sample .env`
* `vim .env` and write:
* [Microsoft Computer Vision API](https://www.microsoft.com/cognitive-services/en-us/computer-vision-api) key
* Slack Incoming Webhook URL
* Set icon and bot name from Slack web page## Run Natively
* install requirements:
* `sudo apt-get install imagemagick libmagickwand-dev ghostscript`
* `pip install -r requirements.txt`
* and run:
* `python kyoko.py`## Run on Docker
* `docker run --rm --env-file /path/to/.env megane42/kyoko`## Run Periodically
* use cron
* Kyoko does not have any mechanism to run periodically## Test
* `py.test`## Author
* megane42
* https://github.com/megane42
* https://twitter.com/megane42## License
* MIT