Skip to content

tuladhar/aws-whats-new-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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