The telegram bot shows the coin price every minute.
$ sudo npm install -g$ npm run bot| Filename | Description |
|---|---|
| package.json | Repository Detail |
| bot.js | Telegram Bot Execute File |
| poloniex/coin.js | Telegram Bot Setting & Coin Parse |
poloniex/coin.js Telegram Bot API KEY
this.bot = new telegrambot("YOUR TELEGRAM BOT API KEY", {polling: true}); // Telegram Bot key setting
this.alertTimeOut = 60 * 1000; // Alert delay time setting
this.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36"; // User-Agent setting/alert (coinname) Alert enable every minutes
stop Alert disable
MIT
