Skip to content

Instantly share code, notes, and snippets.

var nodeTelegramBotApi = require("node-telegram-bot-api")
/*************************************
settings
*************************************/
// step 1 : create your bot a get your token
// go to https://core.telegram.org/bots to find how
var token = '1231321345:AAH_WuV_Kk1D9uHxaNeBIDLPfhKFDb-ijG4'; // <= replace with yours
var nodeTelegramBotApi = require("node-telegram-bot-api")
/*************************************
settings
*************************************/
// step 1 : create your bot a get your token
// go to https://core.telegram.org/bots to find how
var token = '1231321345:AAH_WuV_Kk1D9uHxaNeBIDLPfhKFDb-ijG4'; // <= replace with yours
@html5-ninja
html5-ninja / Ghost-button.markdown
Created April 10, 2014 21:12
A Pen by HTML5 Ninja.