A simple reminder telegram bot made with node-telegram-bot-api
-
Make sure you that you have created
config
directory one level upper where such files are storedbot_token.json
{ "token": "YOUR_TOKEN" }
notes.json
Or an emply array[{ "text": "Hello", "date": "2019-07-09T14:07:14.943Z", "time": { "h": 16, "m": 10 }, "user_id": 123456789 }]
[]
users.json
Can be empty to[]
-
npm install
-
npm run
- alternative -
node bot.js
- alternative -