Setup steps:
- install geckodriver (https://github.com/mozilla/geckodriver/releases)
- add path to geckodriver (
which geckodriver
) to line 29 of blubrry.py - set
RTP_EMAIL
andRTP_PASSWORD
as environment variables (refers to blubrry account information) - create venv
python -m venv venv
- activate venv
source venv/bin/activate
- install dependencies (
pip install -r requirements.txt
) - set path to
Raw Talk Podcast Analytics S4.xlsx
in the first line ofif __name__ == '__main__'
of main.py - run script (
python main.py
)
if something breaks and you can't seem to fix it, send an email to quentinbennettfox@gmail.com