Skip to content

mguida22/SportsCanary

 
 

Repository files navigation

Build Status Coverage Status

Uses data from Twitter to generate "crowd-sourced" gambling odds for major sporting events.

Website: Sports Canary

##Getting Started There are two parts to this repo. In Website you can find our MEN stack (Mongo, Express, Node) website. In Eternal_Utils, Gambling_Utils and Twitter_Utils you can find our python backend for our data gathering, processing and result creation.

###Code Instrumentation

Make sure the relevant function/method is decorated with:
@profile

Then run:
$ kernprof -v FILE_LOCATION.py > OutputFile.txt

Results are also saved to a binary file with .lprof ending.
To view this file:
$ python -m line_profiler FILE_LOCATION.lprof

About

Calculating odds through the wisdom of the crowd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.8%
  • JavaScript 19.2%
  • HTML 10.0%
  • CSS 1.0%