An open API service indexing awesome lists of open source software.

https://github.com/rooyca/about-polymarket

The purpose of this repository is to record what I found about Polymarket.
https://github.com/rooyca/about-polymarket

bot cli polymarket python web3

Last synced: over 1 year ago
JSON representation

The purpose of this repository is to record what I found about Polymarket.

Awesome Lists containing this project

README

          

# About Polymarket

The purpose of this repository is to record what I found about `Polymarket`, in my short but super interesting research. For now it's just a bunch of functions without any implementation.

## Setup

```
virtualenv .venv
pip install -r requirements.txt
source activate .venv/bin/activate #.fish
```

## Functions

- Fetching Sport events for *today* (If you want to change this behavior go to [line 42](https://github.com/Rooyca/about-polymarket/blob/master/main.py#L42))
- Viewing live data from `Open Order Book`
- Placing Orders (BUY/SELL)
- Viewing *Open Orders*
- Closing specific order or all orders
- Viewing current positions

## Contributing

Contributions are always welcome. Feel free to open a **PR** at any time.