Skip to content

Likholetov/restaurant-bot

Repository files navigation

restaurant-bot

Telegram bot for restaurant.

Platform: Node.js

Thanks to: node-telegram-bot-api

How to use the bot

  • Clone/Download/Fork the repository
  • npm install
  • Create a Bot Account
  • Remove part "-example" in config-example.js
  • Edit config.js
    • Set YOUR_TELEGRAM_BOT_TOKEN with the auth token of your bot
    • Set MONGODB_URL with your MongoDB url
  • Run the bot
    • npm run start
    • Stop it at any time with CTRL+C

How to use test-data for DB

  • If you want to test functions of bot, you can use test data
  • npm run test

About

Telegram bot for restaurant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published