/aws-whats-new-bot

A bot to tweet What's New at AWS https://aws.amazon.com/new.

Primary LanguageGoGNU General Public License v2.0GPL-2.0

aws-whats-new-bot

A bot to tweet What's New at AWS from https://aws.amazon.com/new. Follow @CuratedAWSNews on Twitter.

Build

Set Twitter API as environment variables

$ export TWITTER_CONSUMER_KEY=
$ export TWITTER_CONSUMER_SECRET=
$ export TWITTER_ACCESS_TOKEN=
$ export TWITTER_ACCESS_TOKEN_SECRET=

Install dependencies

$ make go-install

Build binary

The binary will be stored in bin/ directory

$ make go-build

Run directly

$ make go-run

Architecture

Author