Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/qanda
Ask a question. Answer a question.
https://github.com/revmischa/qanda
Last synced: 3 days ago
JSON representation
Ask a question. Answer a question.
- Host: GitHub
- URL: https://github.com/revmischa/qanda
- Owner: revmischa
- License: other
- Created: 2017-12-30T06:58:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T15:09:16.000Z (over 5 years ago)
- Last Synced: 2024-10-18T07:54:13.940Z (3 months ago)
- Language: Python
- Homepage: http://appqanda.com
- Size: 13 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ask a question; answer a question.
This is an app that lets anyone ask a question or answer a question.
# Web
There is a [website](http://appqanda.com) with a React [frontend](https://github.com/ilovetea/qanda-ui).
# Slack
You can ask a question anonymously or in a channel.
All answers are anonymous.## How it works:
Once you've [added the app](https://slack.com/oauth/authorize?client_id=303250292951.355565480789&scope=commands,bot,chat:write:bot) to Slack, you can either send a private message to @QAndA or type `/ask` to ask a public question in the current channel.To answer questions people ask, message the bot "subscribe".
# Private questions:
![ask1](screenshots/a1.png)---
![answer](screenshots/r1.png)
---
![ask2](screenshots/a2.png)
---
# Public questions:
![in-channel](screenshots/c1.png)## About
This bot is open-source and is completely serverless.
It is built with AWS Lambda, DynamoDB, Flask, Python 3, Twilio, and Slack. PRs welcome!