<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title>西南</title>
    <link>https://blog.diepthink.top</link>
    <description>西南的个人博客</description>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 06 Jun 2026 07:00:15 GMT</lastBuildDate>
    <atom:link href="https://blog.diepthink.top/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
        <title>Untitled</title>
        <link>https://blog.diepthink.top/posts/Mathematics/day1.html</link>
        <guid>https://blog.diepthink.top/posts/Mathematics/day1.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[...]]></description>
    </item>
    <item>
        <title>Untitled</title>
        <link>https://blog.diepthink.top/posts/markdown/O_o.html</link>
        <guid>https://blog.diepthink.top/posts/markdown/O_o.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[人生如逆旅，我亦是行人。                      －－苏轼&lt;&lt;临江仙•送钱穆父&gt;&gt;Life is like a journey against the current,and I,too,am just atraveler.                      －－Su shi,To Qian Mufu(from Linjiangxain)
...]]></description>
    </item>
    <item>
        <title>思维导图</title>
        <link>https://blog.diepthink.top/posts/markdown/day3.html</link>
        <guid>https://blog.diepthink.top/posts/markdown/day3.html</guid>
        <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
        <description><![CDATA[思维导图mindmap
  root((中心主题))
    分支1
      子节点A
      子节点B
    分支2
      子节点C
      子节点D
    分支3
      详细内容


写法
mindmap
  root((中心主题))
    分支1
      子节点A
      子节点B
    分支2
      子节点C
      子节点D
    分支...]]></description>
    </item>
    <item>
        <title>Markdown 简介</title>
        <link>https://blog.diepthink.top/posts/markdown/day1.html</link>
        <guid>https://blog.diepthink.top/posts/markdown/day1.html</guid>
        <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
        <description><![CDATA[所谓无底深渊，下去，也是前程万里。——木心《素履之往》
Markdown 简介Markdown 是一种轻量级标记语言。它允许人们以易读易写的纯文本格式编辑文档，随后可转换为标准的 HTML 文档。该类文档以 .md 或 .markdown 为后缀名保存。我认为 Markdown 是目前最受欢迎的写作语言。
基础语法标题使用 # 号可表示 1~6 级标题
# 一级标题
## 二级标题
### 三级标...]]></description>
    </item>
    <item>
        <title>markdown学习2</title>
        <link>https://blog.diepthink.top/posts/markdown/day2.html</link>
        <guid>https://blog.diepthink.top/posts/markdown/day2.html</guid>
        <pubDate>Sun, 12 Apr 2026 19:30:00 GMT</pubDate>
        <description><![CDATA[markdown学习2插入链接在 Markdown 中插入链接
[链接文字](https://blog.diepthink.top/)示例：这是我的博客
插入图片![图片描述（可不写）](图片地址)
列表有序列表有序列表使用数字 + 英文句号 + 空格来标记。示例
1. 这是有序列表项
2. 这是第二个有序列表项效果

这是有序列表项
这是第二个有序列表项

无序列表无序列表使用 *、+ 或 - ...]]></description>
    </item>
    <item>
        <title>Untitled</title>
        <link>https://blog.diepthink.top/posts/node.js/day1.html</link>
        <guid>https://blog.diepthink.top/posts/node.js/day1.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[...]]></description>
    </item>
    <item>
        <title>Python 基础入门</title>
        <link>https://blog.diepthink.top/posts/python/00_Python基础入门.html</link>
        <guid>https://blog.diepthink.top/posts/python/00_Python基础入门.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[Python 基础入门欢迎来到 Python 的世界！这份文档会帮助你从零开始理解项目中的代码。

写在前面：编程是什么？编程就是给计算机下命令，让它帮你做事。
就像你告诉朋友：

&quot;帮我买一杯咖啡，要热的，加糖&quot;

编程就是用代码告诉计算机：

&quot;帮我发送一条消息，发给 @BotFather，内容是 /start&quot;


一、Python 是什么？Pytho...]]></description>
    </item>
    <item>
        <title>config.py 讲解</title>
        <link>https://blog.diepthink.top/posts/python/01_config_py讲解.html</link>
        <guid>https://blog.diepthink.top/posts/python/01_config_py讲解.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[config.py 讲解这是项目中最简单的文件，用来存储配置信息。

原始代码# Telegram API 凭证（从 https://my.telegram.org 获取）
API_ID = 31630651
API_HASH = "be85c71fb7ec7ffbed31328bb99f683f"
PHONE = "+18149001586"

# 如果有两步验证密码
PASSWORD = ""...]]></description>
    </item>
    <item>
        <title>login.py 讲解</title>
        <link>https://blog.diepthink.top/posts/python/02_login_py讲解.html</link>
        <guid>https://blog.diepthink.top/posts/python/02_login_py讲解.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[login.py 讲解这个文件用于首次登录 Telegram，获取 Session String。

原始代码import asyncio
from telethon import TelegramClient
from telethon.errors import SessionPasswordNeededError
from telethon.sessions import StringSes...]]></description>
    </item>
    <item>
        <title>bot_sender.py 讲解</title>
        <link>https://blog.diepthink.top/posts/python/03_bot_sender_py讲解.html</link>
        <guid>https://blog.diepthink.top/posts/python/03_bot_sender_py讲解.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[bot_sender.py 讲解这个文件包含核心功能类 TelegramBotSender，负责发送消息。

原始代码import asyncio
from typing import Dict, Any, List, Union
from telethon import TelegramClient
from telethon.sessions import StringSession

fro...]]></description>
    </item>
    <item>
        <title>api_server.py 讲解</title>
        <link>https://blog.diepthink.top/posts/python/04_api_server_py讲解.html</link>
        <guid>https://blog.diepthink.top/posts/python/04_api_server_py讲解.html</guid>
        <pubDate>Sat, 06 Jun 2026 07:00:15 GMT</pubDate>
        <description><![CDATA[api_server.py 讲解这是项目的核心文件，提供 REST API 服务。

原始代码（分段讲解）第一部分：导入和初始化from quart import Quart, request, jsonify
from apscheduler.schedulers.asyncio import AsyncIOScheduler
from apscheduler.triggers.cron imp...]]></description>
    </item>
</channel>
</rss>