manifoldpy icon indicating copy to clipboard operation
manifoldpy copied to clipboard

Python tools for working with Manifold Markets

Results 7 manifoldpy issues
Sort by recently updated
recently updated
newest added

Free responses were changed to multiple choice with "addAnswersMode" * References here: https://discord.com/channels/915138780216823849/1242910590083793036/1242926176624705666 * Notice what was previously coded as a Free response: https://api.manifold.markets/v0/slug/monthly-paper-search-1-which-ai-pap-57c34bfc81c7 * API reference: https://api.manifold.markets/v0/slug/monthly-paper-search-1-which-ai-pap-57c34bfc81c7 This breaks...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

After running the following snippet: ```python from manifoldpy import api markets = api.get_all_markets() ``` I get the following output: ```fish ... Fetched 118000 markets. Fetched 119000 markets. Fetched 119325 markets....

Market API got updated

API

I'm not sure if there's existing work on how to do this, but I don't think it should be too hard to figure out if not.

enhancement
analysis

Everything has assumed this so far, it's not actually true. I _think_ that `(id, createdTime)` is unique, but this may also not be guaranteed.

bug
critical
API