Skip to content

robindittmar/retreatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

retreatbot

retreatbot is a discord bot that provides assistance in managing an online book club.

The bot relies on the openlibrary API as a source of data and requires a PostgreSQL instance to run.

Commands

/book <searchQuery>

Responds with the first book found on openlibrary.org

Running

Local

deno install
deno run src/main.ts

In production

docker build -t retreatbot .
docker run -d \
  --name retreatbot \
  --restart unless-stopped \
  retreatbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published