Skip to content
/ easybot Public

Create your own chatbot with the easiest configuration.

Notifications You must be signed in to change notification settings

j75689/easybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0a8266 · May 24, 2019

History

70 Commits
Apr 12, 2019
Apr 16, 2019
Apr 16, 2019
Apr 17, 2019
Apr 16, 2019
Apr 17, 2019
Apr 18, 2019
Apr 12, 2019
May 24, 2019
Mar 28, 2019
Mar 28, 2019
Mar 28, 2019
Apr 1, 2019
Apr 17, 2019
Mar 28, 2019
Mar 28, 2019

Repository files navigation

Build

cd server
rice embed-go

cd ..
go build

Build Plugin

Plugins

go build -buildmode=plugin -o http.so http.go
go build -buildmode=plugin -o ./plugins/Request.so ./plugins/Request.go

goloader

cd plugins
go tool compile -I $GOPATH/pkg/darwin_amd64 ../lib/plugins/*.go

HEROKU

deploy

git push heroku master

About

Create your own chatbot with the easiest configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages