Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 321 Bytes

Bank account checker

Installing

npm i

Usage

Insert in .env your telegram token to TOKEN variable

node index.js

To get a data from the bank server copy curl request in the browser, encode it to base64 and pass it to the bot with /star command. This request will be sent every 1 minute as default.