https://github.com/elonzh/skr
🏁 skr~ skr~ useful commands for daily use.
https://github.com/elonzh/skr
go golang python scripts skr
Last synced: about 2 months ago
JSON representation
🏁 skr~ skr~ useful commands for daily use.
- Host: GitHub
- URL: https://github.com/elonzh/skr
- Owner: elonzh
- License: mit
- Created: 2016-03-18T11:14:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:14:22.000Z (about 2 years ago)
- Last Synced: 2025-03-19T02:38:22.720Z (2 months ago)
- Topics: go, golang, python, scripts, skr
- Language: Go
- Homepage: https://github.com/elonzh/skr
- Size: 601 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skr  []() [](https://travis-ci.org/elonzh/skr)
一组脚本。
```shell
🏁 skr~ skr~Usage:
skr [command]Available Commands:
douyin 解析抖音名片数据
gaoxiaojob 抓取 高校人才网(http://gaoxiaojob.com/) 的最近招聘信息并根据关键词推送至钉钉
help Help about any command
merge_score 合并学生成绩单
score_message 根据学生成绩生成信息Flags:
-c, --config string 配置文件路径
-h, --help help for skr
--log-level uint32 (default 4)Use "skr [command] --help" for more information about a command.
```## douyin, 爱抖音小助手, 它能帮你解析抖音名片数据
```text
$skr douyin --help
爱抖音小助手, 它能帮你解析抖音名片数据Usage:
skr douyin [flags]Flags:
-c, --config string 配置文件路径(默认为 config.yaml)
-h, --help help for douyin
--silent 静默模式, 只在出错时输出日志
-u, --urls strings 抖音分享链接
--version version for douyin
```### 示例
- [今天涨粉了吗?](examples/今天涨粉了吗)
## gaoxiaojob, 抓取 高校人才网(http://gaoxiaojob.com/) 的最近招聘信息并根据关键词推送至钉钉
```text
$skr gaoxiaojob --help
抓取 高校人才网(http://gaoxiaojob.com/) 的最近招聘信息并根据关键词推送至钉钉Usage:
skr gaoxiaojob [flags]Flags:
-h, --help help for gaoxiaojob
-k, --keywords stringArray 关键词
-s, --storage string 历史记录数据路径 (default "storage.boltdb")
-v, --verbose 调试模式
--version version for gaoxiaojob
```### 定时执行
macOS, Linux 系统可以使用 crontab 进行定时执行, 例如
```text
* * * * * <程序路径> <钉钉机器人地址> >> <日志文件路径> 2>&1
```Windows 可以使用计划任务进行设置
# License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Felonzh%2Fskr?ref=badge_large)