Skip to content

real1900/quranbot

Repository files navigation

Rocket.Chat BOT , up and running in 30 seconds

  1. Click Remix your own , top right.

  2. edit .env file with your own server information:

Environment Config

# the URL of your Rocket.Chat server
URL=my.server.com

# the bot's user and password - make sure user 
# has 'bot' role on the server, ask your 
# administrator if necessary
USER=foxbot
PASS=mypassword

# name that the bot should respond to
BOT=foxbot

# set to true if the server requires SSL  (https://)
SSL=true

# the room(s) in which the bot should operate
ROOMS=general

# note: .env is a shell file so there can't be spaces around =
  1. Logon to your Rocket.Chat server and start talking to the BOT!

Conversion with the sample BOT in a Rocket.Chat session

Other suggestions

a. Edit reply.js with your own chatbot conversation.

b. Study the code to see how it works.

c. Get more information on advanced bot building at the Rocket.Chat Nodejs SDK.

Find out more about Glitch.

About

Quran bot for the pen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published