Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.33 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.33 KB

election-dev

Historical analysis of market developments during the 2024 presidential election. The data is collected from the NYT, Polymarket, and Binance.

Overview

This project helps users understand the relationship between political events and market movements by:

  • Tracking prediction market probabilities for election outcomes
  • Correlating preliminary results with prediction market shifts and bitcoins price

Data Sources

  • New York Times: Political news and election coverage
  • Polymarket: Prediction market data for election outcomes
  • Binance: Cryptocurrency market data

For detailed information about the data collection methodology and transformations, see data processing documentation.

Getting Started

Prerequisites

python >= 3.8
node >= 14.0.0

Installation

  1. Clone the repository
git clone https://github.com/0xmanny/election-dev.git
cd election-dev
  1. Install dependencies
cd data-processing
pip install -r requirements.txt

cd ../website
pnpm install

Usage

To run the development server:

pnpm run dev

Visit http://localhost:3000 to view the application.

Deployment

The platform is deployed at election.dev.