StackExchangeMOD
MOD = Modification
This project aims to provide an environment where researchers can build experiments using online StackExchange data and API.
Dependencies
(For SCRIPTS)
- Py-StackExchange
- pymongo (and Mongo)
(For BACKEND API)
- django
- djangorestframework
Experiments
The basic steps we plan to use:
- greb needed data via an offline script, digest it, and store it in a MongoDB
- design your experiment user interfaces using the stored data and beautiful viz
- let participants play (and save relevant data to your experiment)
- when possible, give them nice feedback
- go process the data and write some paper ;)