8000 GitHub - skrytt/catnip: A Discord chatbot written in Rust, using Serenity and SQLite
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

skrytt/catnip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

More development may continue on https://github.com/Conundris/catnip , however, I've decided to focus my time on other projects.

catnip

A Discord chatbot written in Rust, using Serenity and SQLite.

Setup

These instructions describe the basic setup process:

  • Create a configuration file mount/env with contents like:
DISCORD_TOKEN=YOUR_BOT_TOKEN_GOES_HERE
RUST_LOG=warn,catnip=debug
  • Build the Docker image: docker build -t catnip .
  • Run the Docker container: docker run -v "$(pwd)/mount":/catnip/mount -it --rm --name catnip catnip

Contributors

About

A Discord chatbot written in Rust, using Serenity and SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0