Automate tasks with Telegraph
Minimalist publishing tool that allows you to create richly formatted posts and push them to the Web in just a click.
https://telegra.ph
Actions
The action is what happens automatically, without you having to do anything else.
-
Create a page
Create a new Telegraph page.
Frequently Asked Questions
How do I obtain the access token to automate Telegraph?
To easily obtain the Telegra.ph access token, follow these steps:
There is a specific URL that allows you to create an account on Telegra.ph without needing to sign up. The URL is as follows:
https://api.telegra.ph/createAccount?short_name=Sandbox&author_name=Anonymous
Customize the URL:
Before pasting the URL into your browser, you need to make two small changes:
short_name: Replace the word 'Sandbox' with a short name that identifies you or that you like. For example, if your name is John, you could put 'John'.
author_name: Replace the word 'Anonymous' with your name or a pseudonym you want to use as the author. For example, you could put 'JohnDoe'.
So, your URL might look something like this:
https://api.telegra.ph/createAccount?short_name=John&author_name=JohnDoe
Paste the URL into your browser:
Once you've customized the URL, copy and paste it into your browser's address bar and press Enter.
Obtain your Access Token:
After pasting the URL and pressing Enter, you will see a page displaying some text. In this text, there will be something called 'access_token', which is a unique key generated by Telegra.ph. This access token is what you need to perform actions like creating and editing posts on Telegra.ph.
Example of what you will see on the page:
{
"ok": true,
"result": {
"short_name": "John",
"author_name": "JohnDoe",
"author_url": "",
"access_token": "here_goes_your_access_token",
"auth_url": "https://telegra.ph/auth/here_goes_your_access_token"
}
}
Important: What you need to copy is the text that appears next to 'access_token': because that is your key to interact with Telegra.ph.
That's it! Now you have your own access token for Telegra.ph.