JavedNissar / bgrapher

A chatbot for personal reflection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What Does This Do?

This is a chatbot meant to promote personal reflection by asking you to think about what you're grateful for as well as what your mistakes for the day are. How Do I Install It On My Computer?

Before you start, you'll need node.js. Next, you have to get a Telegram bot token from Botfather. Then, get access to a MongoDB instance. I recommend mLab. Once you have both of those complete, please set your environment variables as follows.

export MONGODB_URI="Connection URI here"
export BGRAPHER_TOKEN="Telegram bot token here"

Once you have that down, just go ahead and run the following commands.

git clone https://github.com/WaldoHatesYou/bgrapher.git
npm install
npm start

License

This project is licensed under the MIT license.

About

A chatbot for personal reflection

License:MIT License


Languages

Language:JavaScript 100.0%