onedollarboard's Recent Forum Activity

  • Well, in fact i don't even know how to use construct to open a website (dont mean showing it content in a frame, but to store it's data)

    All i need is to store 'collected_funds' in a numeric variable, I have no idea how to turn that .php code into construct....

    in python all i need is 3 lines:

    [quote:neihjinn]

    resp = urllib.request.urlopen(url).read()

    data = json.loads(resp.decode('utf-8'))

    funds = data['response']['collected_funds']

    can you help with some exemple?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 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

onedollarboard's avatar

onedollarboard

Member since 28 May, 2016

None one is following onedollarboard yet!

Trophy Case

  • 8-Year Club

Progress

8/44
How to earn trophies