Skip to content

An automated reading of Scott Alexander's Astral Codex Ten, using Amazon Polly.

Notifications You must be signed in to change notification settings

danwahl/ac10-podcast

Repository files navigation

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

About

An automated reading of Scott Alexander's Astral Codex Ten, using Amazon Polly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published