This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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)) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##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. |