https://github.com/nordcloud/pytanko-bot
⁉️ Pytanko bot to post questions into a graphQL api (check https://github.com/nordcloud/pytanko-ui)
https://github.com/nordcloud/pytanko-bot
chatbot graphql slack-bot
Last synced: 2 months ago
JSON representation
⁉️ Pytanko bot to post questions into a graphQL api (check https://github.com/nordcloud/pytanko-ui)
- Host: GitHub
- URL: https://github.com/nordcloud/pytanko-bot
- Owner: nordcloud
- License: apache-2.0
- Created: 2019-10-22T13:07:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T14:38:21.000Z (over 5 years ago)
- Last Synced: 2025-05-23T13:51:11.764Z (about 1 year ago)
- Topics: chatbot, graphql, slack-bot
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⁉️Pytanko Bot
Pytanko Bot is a bot that collects questions and posts them to a GraphQL API. It is best used with the Pytanko UI (https://github.com/nordcloud/pytanko-ui) which can then present the question in an online page.
# How to use it
Register a slash command in your Slack team, e.g. `/pytanko`.
# Deployment
Deplyments needs the an api key and GraphQL API uri. We assumed it runs on Amazon AppSync.
```
export API_URL=
export API_KEY=
sls deploy -s staging
```
# Authors
Made in Nordcloud Poznań with ♥️