heroku-node-telegram-bot icon indicating copy to clipboard operation
heroku-node-telegram-bot copied to clipboard

Starter pack for running telegram bot on the Heroku using Node.js

Results 6 heroku-node-telegram-bot issues
Sort by recently updated
recently updated
newest added

heroku config:set HEROKU_URL=$(heroku info -s | grep web_url | cut -d= -f2) this line doesn't work it doesn't recognize grep and cut as a function , I found a solution...

After deployed to Heroku, the bot didn't work. Logs show this: 2018-05-16T16:50:12.717473+00:00 heroku[web.1]: Starting process with command `node index.js` 2018-05-16T16:50:16.046896+00:00 heroku[web.1]: State changed from starting to up 2018-05-16T16:50:15.722823+00:00 app[web.1]: Wed,...

The dependencies quickly became outdated. I propose to not explicit any dependency on the `package.json` file and instruct people to run something like `npm install --save body-parser express node-telegram-bot-api` to...

question