- Create an account on https://botfather.io/accounts/login/
- Message
@BotFatherin telegram - Go through the bot creation process with
/start. At the end you will receive a token, which you will need later on. - Add the bot to your channel of choosing as an admin.
- Write a message so their is message history.
- Go to
https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdatesand copy theidfrom the chat response. - You send fetch post requests that have the token in the url and a chat id in the request body, as shown in the example below.
- You can use Code By Zapier, with a Javascript input to run a similar snippet.
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
| { | |
| "name": "juvoni.com", | |
| "description": "New Version of Juvoni Beckford.", | |
| "version": "1.0.0", | |
| "author": "Juvoni Beckford <readacted>", | |
| "dependencies": { | |
| "@emotion/core": "^10.1.1", | |
| "@emotion/styled-base": "^10.0.31", | |
| "@gatsbyonfire/components": "0.0.2", | |
| "@gatsbyonfire/tailwind": "0.0.1", |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am juvoni on github. | |
| * I am juvoni (https://keybase.io/juvoni) on keybase. | |
| * I have a public key ASBfSIrphp19Dpy0bqtU1MaZvb-VcQUKC7hOu9tOnwNgtgo | |
| To claim this, I am signing this object: |
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
| https://en.wikipedia.org/wiki/Hanlon%27s_razor | |
| https://en.wikipedia.org/wiki/Occam%27s_razor | |
| https://en.wikipedia.org/wiki/Cognitive_bias | |
| https://en.wikipedia.org/wiki/First_principle | |
| https://en.wikipedia.org/wiki/Proximate_and_ultimate_causation | |
| https://en.wikipedia.org/wiki/Systems_thinking | |
| https://en.wikipedia.org/wiki/Scenario_analysis | |
| https://en.wikipedia.org/wiki/Power_law | |
| https://en.wikipedia.org/wiki/Normal_distribution | |
| https://en.wikipedia.org/wiki/Sensitivity_analysis |
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
| // Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
| // Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
| var FORMAT_ONELINE = 'One-line'; | |
| var FORMAT_MULTILINE = 'Multi-line'; | |
| var FORMAT_PRETTY = 'Pretty'; | |
| var LANGUAGE_JS = 'JavaScript'; | |
| var LANGUAGE_PYTHON = 'Python'; |