bam-weather

command module
v0.0.0-...-0a39cc2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2020 License: MIT Imports: 19 Imported by: 0

README

bam-weather

This is Tweet Bot that tweets weather forecast in Osaka.

Usage

$ git clone https://github.com/bamchoh/bam-weather

set 2 key/secret pare in main package as const variables

package main

const (
	ConsumerKey    = "XXXX"
	ConsumerSecret = "YYYY"
	APIKey         = "ZZZZ"
	APISecret      = "AAAA"
	ClientID       = "BBBB"
	ClientSecret   = "CCCC"
	MastodonServer = "https://mstdn.jp"
	MastodonUser   = "DDDD"
	MastodonPass   = "EEEE"
)
$ go build
$ bam-weather

Build for AWS lambda

Execute ./build.sh on macos

$ ./build.sh

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