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.
- Host: GitHub
- URL: https://github.com/rooyca/about-polymarket
- Owner: Rooyca
- License: mit
- Created: 2025-03-08T16:09:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-08T16:17:28.000Z (over 1 year ago)
- Last Synced: 2025-03-08T17:23:33.682Z (over 1 year ago)
- Topics: bot, cli, polymarket, python, web3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.