Will I make a spreadsheet to calibrate my predictions on manifold by 2/28/2023
13
270Ṁ433
resolved Mar 1
Resolved
YES

Resolves to yes if I am able to make a spreadsheet that uses javascipt + web app stuff to automatically scrape my predictions on manifold, put them in catagories, and see where I am not calibrated

Get
Ṁ1,000
to start trading!

🏅 Top traders

#NameTotal profit
1Ṁ68
2Ṁ19
3Ṁ0
Sort by:
predictedNO

I really disagree with how this market was resolved

predictedYES

Very tricky business to run around here I see

@ian You* run

predictedYES

@ian I understand people are unhappy with how i resolved this market. Here is some free money to show I am acting in good faith: https://manifold.markets/tessabarton/will-i-get-a-bikini-body-before-sum

@tessabarton Like I’m gonna fall for that one 😉

@tessabarton Jus kidding, glad you got the calibration in! I’m a big fan of SG’s new experimental calibration chart at https://manifold.markets/tessabarton/calibration

predictedYES

@ian who is sg? this is cool!

predictedYES

Notice to traders. Still no movement on the web app front.

@tessabarton It seems going down the drain, what's the status now?

@kitkatmarty It ended up being very easy!

import requests

response = requests.get('https://manifold.markets/api/v0/group/tesstgruppe')
j = response.json()
id_ = j['id']
print(id_)

response = requests.get(f'https://manifold.markets/api/v0/group/by-id/{id_}/markets')
lis = response.json()
output = []
for l in lis:
    q = l['quesion']
    
with open('test_csv.csv', 'w+') as c:
    c.writelines(output)

@tessabarton Ahahaha you a troll gg

@tessabarton Where categorization?

predictedYES

@kitkatmarty at the group level

@tessabarton Yes I saw it but I don't get what are the different categories:(

predictedYES

@69 basically different groups i put things in will be different categories. Look here is some free money: https://manifold.markets/tessabarton/will-i-get-a-bikini-body-before-sum

predictedYES

Notice to traders: it hasn't happened yet.

© Manifold Markets, Inc.TermsPrivacy