This application has three files:
You need to install the pybossa-client first (use a virtualenv):
$ pip install -r requirements.txt
$ cp s3_settings.py.tmpl s3_settings.py
Then, you can follow the next steps:
We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.
This application supports public S3 buckets. Adding pictures/photos from a folder in a S3 bucket is as simple as running the following command:
$ python createTasks.py -s server -k api-key -x -b "folder/in/s3/"
If the application had already some tasks, the previous command will add pictures in the S3 folder to the app, so you can easily add more tasks when they are completed in your PyBossa application.
By default this application only supports PNG and JPG pictures, but you can add more extensions if you want by editing the s3_settings.py
NOTE: This application uses the pybossa-client in order to simplify the development of the application and its usage. Check the documentation.
Please, see the COPYING file.