Skip to content

etchedheadplate/polymarket-nba-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a system for technical analysis of a Polymarket NBA data. You can learn more here.

Services

Oracle

Polymarket NBA Oracle service collects Polymarket NBA-related event data (games, markets, and price history) via API, processes it, and stores it in a database. The service can be adapted for processing game events from other sports leagues (e.g. WNBA, NHL, NFL).

Schema

schema

Report

Polymarket NBA Reports service creates reports on Polymarket NBA-related event statistics provided by Oracle database.

Quote Series

Token quotes change history during a specific game with local price minima during underdog segments.

quote_series_report

Price Window

History of a team entering a specific price window in a game versus a specified team or all teams.

price_window_report

Telegram Bot

Polymarket NBA Telegram Bot service provides access to Reports artefacts and Oracle database.

Demo

demo

Requirements

Usage

Enviroment

Create a .env file in the root of the repository using the .env.example template.

To obtain TG_BOT_TOKEN use BotFather (see Telegram Bot Documentation).

Background images and font files are not included in this repository. Put your files in services/report/assets/ and add their paths to .env or leave variables empty to fall back to a black background and the OS default font.

Deployment

(Optional) Update submodules:

git submodule update --remote --merge

Build Docker containers:

docker-compose up --build

About

System for analyzing Polymarket NBA market behavior through price-based models and heuristics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors