Greasy Fork 还支持 简体中文。

Save to Telegraph

点击按钮即可将文章 原文 + Telegraph 自动保存到 Telegram 机器人。配置方法看说明。

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tekijä
yzcjd
Päivittäiset asennukset
1
Asennuskerrat
8
Arvostelut
0 0 0
Versio
1.002
Luotu
15.9.2025
Päivitetty
5.3.2026
Size
10,6 kt
Lisenssi
MIT
Käytössä
Kaikki sivustot

自动切割超长文章,禁止自动预览。
暂时还无法保存图片,以后添加。

📌 获取 Bot Token:
1. 在 TG 用 BotFather 创建机器人 ,https://t.me/BotFather

2. 发送 /newbot 并按照提示创建你的 Bot,id 为唯一,后缀必须为 _bot;名字可以重复。

3. 创建完成后 BotFather 会返回 Bot Token,例如:

1234567890:ABC-xyzXXXXXXXX

--------------------------------------------------

📌 获取 Chat ID:
1. 给你的 Bot 发送一条消息(如 "hi")。

2. 打开浏览器访问:

https://api.telegram.org/bot<你的 BotToken>/getUpdates

提示:<>不用保留,<你的 BotToken> => 你的 Bot Token

3. 返回的 JSON 里找到:

"chat": { "id": 987654321, ... }

这里的 id 就是 Chat ID。

--------------------------------------------------

📌 获取 Telegraph Token:
1. 打开浏览器访问:

https://api.telegra.ph/createAccount?short_name=save&author_name=作者名

2. 返回的 JSON 中有 access_token:

{"ok":true,"result":{"access_token":"xxxxxxxxx"}}

3. 复制 access_token 填入脚本配置即可。

提示:作者名可以自定义,即使相同,刷新后也会生成新的 token