fizzbuzz-twitterbot

command module
v0.0.0-...-064c1f2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2017 License: MIT Imports: 8 Imported by: 0

README

FizzBuzz Twitter Bot

Build Status Coverage Status Go Report Card

Docker

Build
$ docker build --force-rm --no-cache -t 178inaba/fizzbuzz-twitterbot .
Run
$ docker run -d --restart unless-stopped -e CONSUMER_KEY=... -e CONSUMER_SECRET=... -e ACCESS_TOKEN=... -e ACCESS_TOKEN_SECRET=... --name fizzbuzz-twitterbot 178inaba/fizzbuzz-twitterbot
Compose
Up
$ docker-compose up -d --build
Down
$ docker-compose down

Test

Require MySQL or MariaDB.

$ mysql -u root < misc/sql/create_test_db.sql
$ mysql -u root fizzbuzz_twitterbot_test < misc/sql/ddl.sql
$ go test ./...

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL