Skip to content

ivan-avalos/keybase-testbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keybase Testbot

This is only a simple bot written in Go. It runs in a Docker container with a Keybase client already installed and ready to work. Just set some environment variables containing the bot login params, and run!

Screenshot of bot

Build

docker build \
    --build-arg KEYBASE_USERNAME=$KEYBASE_USERNAME \
    --build-arg KEYBASE_PAPERKEY=$KEYBASE_PAPERKEY \
    -t $DOCKER_TAG .

Run

docker run --rm -it $DOCKER_TAG

About

Test bot for Keybase written in Go and configured for Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published