Skip to content

barneshere/fantasyNCAA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scrapeVegas.py

Scrapes vegas.com spreads for @barneshere.

Install

get source

git clone [email protected]:cldershem/fantasyNCAA.git ~/{SOME_DIR}
cd ~/{SOME_DIR}

make virtualenv (hopefully you're using virtualenvwrapper and zsh)

mkvirtualenv --python=`which python3` fantasyNCAA
echo 'fantasyNCAA' > .venv
deactivate
cd .

double check your virtualenv is right

which python3
>>> ~/{SOME_PATH_TO_VENV}

install requirements

pip3 install -r requirements.txt

use

./scrapeVegas.py

About

Scrapes football stuff for Barnes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%