Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 520 Bytes

File metadata and controls

13 lines (8 loc) · 520 Bytes

eggcart

Grocery List Telegram Bot

How to create your own bot:

  1. git clone https://github.com/Radical-Egg/eggcart.git
  2. create a file .env and store the API keys and your telegram user ID - updated approvedShoppers function on line 114 (EggCart.js) with your process.env.user variable
  3. npm install