Skip to main content

Python library for the Manifold markets API.

Project description

achaekek

Manifold markets Python API

Create a new Manifold client

from achaekek import Client
client = Client(api_key="YOUR API KEY")

Make requests via this client

new_market = CreateMultipleChoiceMarket(
        question="Will creating this test market work?",
        answers=["Yes", "No"],
    )
client.create_market(new_market)

Enjoy your market!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

achaekek-0.0.10.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

achaekek-0.0.10-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page