An open API service indexing awesome lists of open source software.

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)

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 ♥️