Chatbot EateryBot as a means of ordering corporate catering for business clients source code- using node-vk-bot-api
This is a vk.com chatbot made by etztrefis
How to get started
git clone https://github.com/etztrefis/vk-bot.git- cd into the bot's folder
npm i- Create .env file in this folder
- Create variables
TOKEN,GROUP_ID,CONFIRMATIONANDSECRETin this file with secret stuff of your bot.
For example:
TOKEN = "xxxxx"
GROUP_ID = "xxxx"
SECRET = "xxx"
CONFIRMATION = "xxxxx"
- bot is not meant to run on other machines because of database integration, but you can try it out