gomez

command module
v0.0.0-...-adb69e5 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2016 License: MIT Imports: 8 Imported by: 0

README

gomez

Gomez is a minimal implementation of a Facebook Messenger chat bot.

To run the bot you'll need to go through the process of setting up a Messenger app at Facebook and then place the credentials in a JSON configuration file:

{
"fb_token" : "somethingsomething",
"page_token" : "somethinsomething",
"cert_file" : "/path/to/cert.pem",
"key_file" : "/path/to/keyfile.pem"
}

Facebook requires your bot to use https so you'll need to include the paths to certificates in the JSON file.

To run your your bot:

gomez -config="/path/to/config.json"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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