Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhawks committed Jan 31, 2025
1 parent 855d836 commit cd62abc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,8 @@
| 方丈机器人 | [Go](https://t.me/fangzhang_bot) | 未知 | 方丈群管理机器人已实现的功能有:新人进群验证、新人进群欢迎词、垃圾信息拦截、自动回复、定时发送、强制订阅、消息统计、群成员管理等,欢迎使用。 |
| 视频解析中心 | [Go](https://t.me/ParsehubBot) | 未知 | 支持的平台:抖音视频图文、哔哩哔哩视频动态、YouTube、YouTube Music、TikTok视频图文、小红书视频图文、Twitter视频图文、百度贴吧图文视频、niconico视频、Facebook视频、微博视频图文 |

> ****: 以上信息为自动提取,可能存在数据不准确之处,请自行验证。
> ****: 以上信息为自动提取,可能存在数据不准确之处,请自行验证。
## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=jackhawks/rectg&type=Date)](https://star-history.com/#jackhawks/rectg&Date)
4 changes: 4 additions & 0 deletions tele_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ def create_md(self, repo):
{% endfor %}
> **注**: 以上信息为自动提取,可能存在数据不准确之处,请自行验证。
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=jackhawks/rectg&type=Date)](https://star-history.com/#jackhawks/rectg&Date)
""")
template = Template(template_content, trim_blocks=True, lstrip_blocks=True)
rendered_content = template.render(repo=repo)
Expand Down

0 comments on commit cd62abc

Please sign in to comment.