Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinsalamon/sonyc-citizensound
https://github.com/justinsalamon/sonyc-citizensound
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinsalamon/sonyc-citizensound
- Owner: justinsalamon
- License: agpl-3.0
- Created: 2014-05-31T16:34:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T00:05:02.000Z (over 10 years ago)
- Last Synced: 2024-10-12T04:48:57.640Z (about 1 month ago)
- Language: Python
- Size: 7.51 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
PyBossa demo application Flickr Person
======================================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](http://i.imgur.com/63SmFEu.png)
Testing the application
=======================You need to install the pybossa-client first (use a virtualenv):
```bash
$ pip install pybossa-client
```
Then, you can follow the next steps:* Create an account in PyBossa
* Copy under your account profile your API-KEY
* Run python createTasks.py -u http://crowdcrafting.org -k API-KEY
* Open with your browser the Applications section and choose the FlickrPerson app. This will open the presenter for this demo application.Documentation
=============We recommend that you read the section: [Build with PyBossa](http://docs.pybossa.com/en/latest/build_with_pybossa.html) and follow the [step by step tutorial](http://docs.pybossa.com/en/latest/user/tutorial.html).
**NOTE**: This application uses the [pybossa-client](https://pypi.python.org/pypi/pybossa-client) in order to simplify the development of the application and its usage. Check the [documentation](http://pythonhosted.org/pybossa-client/).
LICENSE
=======Please, see the COPYING file.
Acknowledgments
===============
The thumbnail has been created using a [photo](http://www.flickr.com/photos/mcgraths/3289448299/) from Sean McGrath (license CC BY 2.0).**Note**: You can see the results of the CrowdCrafting app [here](http://dev.pybossa.com/app-flickrperson/results.html)