Skip to content

Instantly share code, notes, and snippets.

View aksanoble's full-sized avatar

Akshay Kanthi aksanoble

View GitHub Profile
@aksanoble
aksanoble / log-to-telegram.js
Last active February 4, 2021 15:10
Instant Telegram NodeJS Server Monitoring
const TelegramBot = require('node-telegram-bot-api')
require("dotenv").config()
//This is the token that you get from Bot Father
const bot = new TelegramBot(process.env.TELEGRAM_BOT_TOKEN);
// Create a Private Telegram Channel. Find your Telegram Channel ID as per https://stackoverflow.com/questions/33858927/how-to-obtain-the-chat-id-of-a-private-telegram-channel
const logToTelegram = (message) => {
return bot.sendMessage(process.env.TELEGRAM_LOGS_CHANNEL, JSON.stringify(message))
}
@aksanoble
aksanoble / Jaaga Study: Basis
Created October 2, 2014 13:12
Jaaga Study: Basis
##A more condensed version on what I am planning to work on.
Basis - Draft
Why this Research?
As we come towards the end of the Jaaga Study pilot and look at possibilities to scale and seek grants there is a need to crystallize our vision and articulate the basis for the program. This I believe will give us more clarity on what’s critical and may give us ways to measure impact.
Research to Include:
1. Identifying the Problem.
What is the problem that we are trying to address? What are its facets?
@aksanoble
aksanoble / JS: Basis Collector
Last active August 29, 2015 14:07
Jaaga Study Research
##This is a dump of all the thoughts that is leading me to the Jaaga Study: Basis Proposal
Draft
Oct 1
Research Questions, Starting Points. Proposal.
Designing Learning Systems for the digital economy.