A bot to tweet What's New at AWS from https://aws.amazon.com/new. Follow @CuratedAWSNews on Twitter.
$ export TWITTER_CONSUMER_KEY=
$ export TWITTER_CONSUMER_SECRET=
$ export TWITTER_ACCESS_TOKEN=
$ export TWITTER_ACCESS_TOKEN_SECRET=
$ make go-install
The binary will be stored in bin/
directory
$ make go-build
$ make go-run