sample-bot-isitup
sample-bot-isitup copied to clipboard
Guide update
Please, update link to "Get your account authentication token". This one is broken: https://developers.viber.com/docs/general/get-started/#get-started-with-bots/
Probably to this one: https://partners.viber.com/account/create-bot-account
the second thing for update - actual link check is not working anymore
This check will be always failed:
request('http://isup.me/' + url, function(error, requestResponse, body) {
if (error || requestResponse.statusCode !== 200) {
Because isup.me redirects to downforeveryoneorjustme.com: