My name is Anderson Palma, I'm from OneDollarBoard project on indiegogo and we've created some python aplication to monitor our compain and notify our about new backers (it really keeps the team motivated)
Everything is open source, so, everyone can use this too
Indiegogo Backer Alert https://github.com/PalmaAnderson/Indiegogo-Backer-Alert
as expected, this is not a game, but an Application that monitor some web API that send it's data in a JSON
E.g: website is
https://api.indiegogo.com/private_api/c ... funds.json [public id, no private token needed]
the returned anwer is
[quote:10vdpo4b]{'response': {'collected_funds': 9655,
'contributions_count': 718,
'funding_ends_at': '2016-07-10T23:59:59-07:00',
'id': 1757572}}
So we want to expand this projec from .py files to mobile web aplication, and think construct 2 is a grat tool for easy graphics and interface
for this we need to parse JSON and get 'collected_funds' in a number variable
can you help us?
thanks for you time