Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.39 KB

PyBossa Graph Isomorphism Game

This application has three files:

  • createTasks.py: for creating the application in PyBossa, and fill it with some tasks.
  • template.html: the view for every task and deal with the data of the answers.
  • tutorial.html: a simple tutorial for the volunteers.

alt screenshot

Testing the application

You need to install the requirements first (use a virtualenv):

    $ pip install -r requirements.txt

Then, you can follow the next steps:

  • Create an account in your PyBossa server (you can try in Crowdcrafting.org)
  • Copy under your account profile your API-KEY
  • Run python createTasks.py -u http://SERVER -k API-KEY -c
  • Open with your browser the Applications section and choose the app. This will open the presenter for this demo application.

Documentation

We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.

NOTE: This application uses the pybossa-client in order to simplify the development of the application and its usage. Check the documentation.

LICENSE

Please, see the COPYING file.