This repository is a system for technical analysis of a Polymarket NBA data. You can learn more here.
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).
Polymarket NBA Reports service creates reports on Polymarket NBA-related event statistics provided by Oracle database.
Token quotes change history during a specific game with local price minima during underdog segments.
History of a team entering a specific price window in a game versus a specified team or all teams.
Polymarket NBA Telegram Bot service provides access to Reports artefacts and Oracle database.
- Docker 20.10+
- Docker Compose 2.0+
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.
(Optional) Update submodules:
git submodule update --remote --mergeBuild Docker containers:
docker-compose up --build


