Skip to content
View PhilippLgh's full-sized avatar

Highlights

  • Pro

Block or report PhilippLgh

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A Telegram Speech-To-Text bot that u... A Telegram Speech-To-Text bot that uses Watson
    1
    var Bot = require('node-telegram-bot-api')
    2
    var watson = require('watson-developer-cloud');
    3
    var request = require('request');
    4
    var config = require('./config');
    5