Uses raw NBA stats data, pulled from API-NBA on RapidApi, and OpenAI services to generate an audio recap of a day of NBA games.
- Python
- PIP
pip install -r requirements.txt
cp .env.example .env
Add values to .env
.
Edit constants, at the top of main.py
, as necessary, then:
python main.py
This will generate an mp3
file, in ./outputs/audio/
.