Skip to content

usk81/twistbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twistbot

example of chatbot for Twist

Installation

git clone git@github.com/usk81/twistbot.git
cd twistbot

Usage

go run . --listen-addr :8080

or

PORT=8080 go run .