Bot
- refreshing the DB at least once per day,
- processing profile requests from the AWS SQS.
- publishing the data to production, and
- backing up the data.
Errors will be sent to Sentry via
raven-bash
.
$ sudo pip install raven-bash==1.0
See raven-bash
's documentation.
See here.
$ sudo apt-get update
$ sudo apt-get install jq
$ ./bot.sh
NOTE: in production we currently run this bot on an EC2 instance.