Skip to content

jeremyrickard/clippy-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clippy draw

what

It's a clippy bot that will draw clippy saying whatever you want

how

Clone the repo Set some environment variables export API_KEY=<your_slack_api_key> export BOT_USER= export KEY_WORD="clippy draw" # change this as you wish

go build ./clippy-bot

You can also just use a container:

docker run -d -e API_KEY=<yourkey> \
    -e BOT_USER=<user> \
    -e KEY_WORD="clippy draw" \
    jeremyrickard/clippy-bot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published