Scans a list of gyms provided in gyms.csv and sends notifications to a public Telegram channel.
NodeJS 7 or higher is required to run this application.
- run
npm install
- Add gym co-ordinates to gyms.csv file
- Edit the config.js file, add a username, password, hash key, telegram bot token and telegram channel ID
- run
node scan.js
gyms.csv should have the following header: latitude,longitude