Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 405 Bytes

Liste d'épicerie

Simple grocery / shopping list bot developed for fun using the Telegram Bot API

Dependencies

MongoDB

apt install mongodb-server
node install

Bot Token

Talk with BotFather to get your bot token and create a token.js in the root of the project to hold it

//content of token.js
process.env.BOT_TOKEN = "YOUR_BOT_TOKEN";

Start the Bot

node index