Telegram bot running in node.js, to fetch prices from digikala and announce changes to telegram user.
- Run
npm install
to install dependencies. - Create
.env
file and fill parameters according totemplate.env
. - Create
data.json
as empty list. ([]
) - Run
node bot.js
.