- Create Python virtual environment using virtualenvwrapper:
mkvirtualenv --python=/usr/bin/python3 ac10_podcast
pip install -r scripts/requirements.txt- Create file
scripts/aws_access.shwith AWS key information:
#!/bin/sh
export AWS_ACCESS_KEY_ID="..."
export AWS_SECRET_ACCESS_KEY="..."- Add
scripts/cron_script.shtocrontab:
15 * * * * run-one /path/to/cron_script.sh