Telegram bot to handle Thursday's lunch rules
- Clone the repository.
- Ask for the test bot token and add it to your
default.json
config file. - Ask for db_url value to connect to mongo cloud and add it to your
default.json
config file. npm install
npm run start:dev
- Now you can talk to the test instance and add new features
Work in a branch and create a PR, once your PR is approved Heroku will automatically deploy development
branch content
t.me/chol0bot
| Production
t.me/testcholobot
| Development
- Generate an api key for giphy api
- add
giphy_token
andgiphy_url
in yourconfig/development.json
Project is using babel to write ES6 code, take a look start
script in package.json
Babel examples can be found here