Skip to content

Yaaasminnn/Waycord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waycord-Bot (README out of date)

An discord bot archiver.

dependancies

  • mariadb:10.8.3 docker image

Deployment:

  • create the mariadb container:
docker run --detach --name mariadb_dev --env MYSQL_ROOT_PASSWORD=[password] -p [ip]:3306:3306  mariadb
  • log into the db and configure the db
mysql -u [user] -h [ip] -p
  • copy the contents of src/db/db_setup.sql and paste into the db shell.
  • build the docker image in src/server and run the container.
cd Waycord/src/api
docker build -t api .
docker run --detach --name app -e PASSWORD=[password] -e USERNAME=[username] -e HOST=[ip] -e KEY=[key] -p [ip]:3000:4000 server

todo:

  • api calls
  • docs + README
  • discord bot
  • host it somewhere.

About

a discord bot archiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published