/DockerCuties

Post a pictures of a cute animals from Docker's pull requests to twitter

Primary LanguageGoMIT LicenseMIT

DockerCuties

Post pictures of a cute animals from Docker's pull requests to twitter.

Using

Add a file called TOKENS in this project root. The format of this file should be:

twitterConsumerKey = <Twitter consumer key>
twitterConsumerSecret = <Twitter consumer secret>
twitterAccessToken = <Twitter access token>
twitterAccessSecret = <Twitter access token secret>
githubPersonalAccessToken = <Github personal access token>