Projects

This is a list of all current/past projects I am working on.

nba_scraper

This is a python package for scraping the NBA’s api and returning a play by play file or pandas dataframe.

PyPi page

Source code

jAvantage

This is a java API wrapper for the Alpha Vantage API. Is currently still in construciton but a succesful Jar can be built from the source code

Source code

The Seventhman

This is a NBA stats website I built using the nba_scraper. You can visit it at theseventhman.net. The source code for it can be found here. Site no longer maintained.

The Seventhman API

I have made the API that my website consumes completely public. You can pull the data from the API using the docs written here. Site no longer maintained.