An open API service indexing awesome lists of open source software.

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

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
网络摄像头的简单实现。