https://github.com/songquanpeng/scripts
在终端执行的脚本,浏览器脚本所在的仓库:https://github.com/songquanpeng/userscripts
https://github.com/songquanpeng/scripts
Last synced: 3 months ago
JSON representation
在终端执行的脚本,浏览器脚本所在的仓库:https://github.com/songquanpeng/userscripts
- Host: GitHub
- URL: https://github.com/songquanpeng/scripts
- Owner: songquanpeng
- Created: 2021-01-16T01:51:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T09:10:22.000Z (over 2 years ago)
- Last Synced: 2025-05-07T05:32:19.366Z (5 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Scripts
## Star Watcher
用于监控 Github Star 数量,发现有变化就发送消息通知。
需要配合 cron 使用。
使用方法:
`.\star_watcher.py GITHUB_USERNAME GITHUB_TOKEN https://sc.ftqq.com/[SCKEY].send?text=`
第三个参数是消息推送 URL,上述给的例子是 server 酱,也可以用[我自己实现的版本](https://github.com/songquanpeng/message-pusher)。## [Github Readme Profile Generator](https://github.com/songquanpeng/songquanpeng)
Generate readme profile for you.
[Demo here](https://github.com/songquanpeng).## Text 2 Voice
文字转语音,目前支持中文以及英文。
## Network Camera
网络摄像头的简单实现。