Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blha303/question
A Flask web server for quickly asking someone a question
https://github.com/blha303/question
Last synced: 18 days ago
JSON representation
A Flask web server for quickly asking someone a question
- Host: GitHub
- URL: https://github.com/blha303/question
- Owner: blha303
- License: bsd-2-clause
- Created: 2015-06-03T18:58:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T18:37:56.000Z (about 9 years ago)
- Last Synced: 2024-07-31T22:51:22.128Z (3 months ago)
- Language: Python
- Size: 111 KB
- Stars: 82
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Question
========[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
A Flask web server for quickly asking someone a question. Uses [Airgram](http://www.airgramapp.com) for push notification functionality, so users need to make accounts there.
Currently backend JSON api only. Feel free to implement your own frontend around the API using your own instance.
The lines starting with "Question from" are sent first, at the same time. The user swipes or selects the relevant option, and a reply is sent to the user indicating their choice. In the below example, I used my own username for both.
![screenshot](http://i.imgur.com/MXTWZY8.png)