Giter VIP home page Giter VIP logo

galen-the-wellness-bot-rocket-chat's Introduction

Galen 👋 - the wellness assistant

Chatbot for RocketGov Hackathon 2022

By Team Fasalians

We are building a bot, which will help all rocket.chat users with their mental and physical well-being. We are building a very interactive bot with below features -

  • Drinking Water reminder
  • Mood enhancement
  • Medicine Reminder
  • Take a break reminder
  • Health Information on Demand

Important links

Our Project Poster

Author

Installation

Setup the system

  • Install Node JS in your system first.
  • Create a new account in your workspace for the bot
  • Create API Tokens for the bot
  • Create a Local/Server Mongo Instance to save your message data

Update the .env config

Update the config in the .env file.

HOST = "YOUR_WORKSPACE_ID.rocket.chat"
BOT_USER = "YOUR_BOT_USERNAME"
BOT_PASSWORD = "YOUR_BOT_PASSWORD"
BOTNAME = "YOUR_BOT_USERNAME"
SSL = true
RESPOND_TO_DM=true
LISTEN_ON_ALL_PUBLIC=true
MONGO_URL="MONGO_DB_URL"
MESSAGE_TIMEOUT=10000
CRON_TIME="10 * * * * *" #*/1 * * * *
AUTH_TOKEN="YOUR_BOT_SPECIFIC_AUTH_TOKEN"
AUTH_USER_ID="YOUR_BOT_SPECIFIC_AUTH_USER_ID"
API_URL="https://YOUR_WORKSPACE_ID.rocket.chat/api/v1/chat.postMessage"
CONTENT_SOURCE_URL="https://www.health.com"

Run the bot server

Then run below commands,

    npm install
    npm start

Documentation

galen-the-wellness-bot-rocket-chat's People

Contributors

iamparthaonline avatar howitzergithub avatar mahima2499 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.