This project is under develop.
➜ ~ npm --version
7.21.1
➜ ~ node --version
v14.17.6
- Use
yarninstead - use
nvmto manage npm version
git clone --recursive https://github.com/KaiChen1008/UBER-EAT-BOT/
git submodule foreach --recursive git pull origin master
npm install
# local
npm run dev -- --console
# hook line sever
npm run dev
# debug mode
DEBUG=bottender:action npm run dev -- --console
Bottender configuration file. You can use this file to provide settings for the session store and channels.
Bottender utilizes the dotenv package to load your environment variables when developing your app.
To make the bot work, you must put required environment variables into your .env file.