Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## Ask a question; answer a question.

Add to Slack

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!