https://github.com/recipe-linebot/botserver
[Closed] A bot server for "食材 de レシピ".
https://github.com/recipe-linebot/botserver
elasticsearch go linebot
Last synced: 8 months ago
JSON representation
[Closed] A bot server for "食材 de レシピ".
- Host: GitHub
- URL: https://github.com/recipe-linebot/botserver
- Owner: recipe-linebot
- License: mit
- Archived: true
- Created: 2016-12-11T12:52:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T09:38:27.000Z (over 8 years ago)
- Last Synced: 2024-11-15T12:14:15.448Z (over 1 year ago)
- Topics: elasticsearch, go, linebot
- Language: Go
- Homepage:
- Size: 1 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recipe-linebot/botserver
_This documentaion is still under construction._ :construction_worker:
_botserver_ is a component of _recipe-linebot_.
It behaves as LINE bot, that is accepts callback events and send back response to client.
Because _recipe-linebot_ is a service to suggest recipes by names of food stuff, so _botserver_ accepts the message event includes the names of food stuff and sends back suggested recipes to friend user as client.
## Development
- Use Git as VCS.
- The repository is hosted by GitHub.
- The workflow is based on [GitHub Flow](https://guides.github.com/introduction/flow/).
- The commit message style is recommended: `{emoji} {space} {message}`.
- `emoji` should be specified by `:name:`.
- A kind of emoji should be chosen on [Gitmoji](https://gitmoji.carloscuesta.me/).
- `message` should start with a present form of verb and not end with a period.