Skip to content

SoSa-Community/chat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

Initial Setup

docker run -d -p 4100:3000 -p 4106:3306 --name "sosa-bot" --rm -v "E:/Development/sosa-chat-bot/bot/":/var/www/html:Z -t sosa/chat docker exec -w /var/www/html -it sosa-bot npm install

Note: Make sure to rename examples/message_database_example.db to examples/message_database.db before running!

Run Repeater Bot

From Windows command line with the docker instance running docker exec -it sosa-bot node /var/www/html/RepeaterBots.js

Access instance bash

docker exec -it sosa-bot bash

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published