All Projects → mautomic → NitrogenSports-Analysis

mautomic / NitrogenSports-Analysis

Licence: other
Quantitative Analysis on sports betting

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to NitrogenSports-Analysis

scrapeOP
A python package for scraping oddsportal.com
Stars: ✭ 99 (+482.35%)
Mutual labels:  sports, betting
Runaway
update your wechat sports
Stars: ✭ 22 (+29.41%)
Mutual labels:  sports
Keepformac
keep for mac
Stars: ✭ 147 (+764.71%)
Mutual labels:  sports
Pydfs Lineup Optimizer
Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites
Stars: ✭ 245 (+1341.18%)
Mutual labels:  sports
League For Good
An open source sports league management tool
Stars: ✭ 160 (+841.18%)
Mutual labels:  sports
Hitrava
Convert your Huawei Health sport activities and import them in Strava.
Stars: ✭ 156 (+817.65%)
Mutual labels:  sports
Yahoo Fantasy Sports Api
NodeJS wrapper for the Yahoo! Fantasy Sports API
Stars: ✭ 133 (+682.35%)
Mutual labels:  sports
binary.com-interview-question
The sample question for Interview a job in Binary options
Stars: ✭ 52 (+205.88%)
Mutual labels:  betting
boxball
Prebuilt Docker images with Retrosheet's complete baseball history data for many analytical frameworks. Includes Postgres, cstore_fdw, MySQL, SQLite, Clickhouse, Drill, Parquet, and CSV.
Stars: ✭ 79 (+364.71%)
Mutual labels:  sports
Awesome Soccer Analytics
⚽️📈 A curated list of awesome resources related to Soccer Analytics.
Stars: ✭ 244 (+1335.29%)
Mutual labels:  sports
Sportsipy
A free sports API written for python
Stars: ✭ 229 (+1247.06%)
Mutual labels:  sports
Choochoo
Training Diary
Stars: ✭ 186 (+994.12%)
Mutual labels:  sports
FIFA-2019-Analysis
This is a project based on the FIFA World Cup 2019 and Analyzes the Performance and Efficiency of Teams, Players, Countries and other related things using Data Analysis and Data Visualizations
Stars: ✭ 28 (+64.71%)
Mutual labels:  sports
betting
Fast and flexibly API wrapper for betfair
Stars: ✭ 45 (+164.71%)
Mutual labels:  betting
Runalyze
Create your free account at runalyze.com
Stars: ✭ 219 (+1188.24%)
Mutual labels:  sports
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (+764.71%)
Mutual labels:  sports
FreeBotCoin
Bot bet Freebitcoin
Stars: ✭ 67 (+294.12%)
Mutual labels:  betting
React-NBA-Logos
React components for NBA team logos 🏀
Stars: ✭ 50 (+194.12%)
Mutual labels:  sports
opentrack-cg
Repository for OpenTrack Community Group
Stars: ✭ 21 (+23.53%)
Mutual labels:  sports
ARGoal
Get more goals. | Virtual Goals & Goal Distance | App Doctor Hu
Stars: ✭ 14 (-17.65%)
Mutual labels:  sports

NitrogenSports-Analysis

This script is meant for filtering out your wager results (including ROI, Records, and Profit) using various bet types (ML, Spread, OverUnder) and various sports.

Setup

Prerequisites: virtualenv should be installed.

# Working directory should be the repo root

# Set up a new virtualenv - here named 'venv'
virtualenv venv

# Activate the virtualenv - below is the Windows Powershell way
.\venv\Scripts\activate.ps1

# Install the dependencies
pip install -r requirements.txt

Update as of January 2020

NitrogenSports has changed the format of the wager history file, it now downloads as a CSV named MyWagers.csv.

Put the csv file in the same directory as these scripts and run python3 analysis.py. You can also load up analysis.py in your preferred editor and run from there.

About

Although it started out as a personal script and customized specifically for me, I'm expecting this to become a more general tool for anyone. Perhaps even generalize it for sportsbooks beyond Nitrogen.

Feel free to fork and help build this up for all of us sports gamblers!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].