Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuna/scripts
https://github.com/tuna/scripts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuna/scripts
- Owner: tuna
- Created: 2016-03-17T15:43:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T03:01:19.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T01:38:33.402Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 15
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 脚本集
存放各类实用小脚本。
### TUNET.sh
使用 `curl` 模拟清华校园网登陆。
### weechat_bot2human.py
用于 WeeChat IRC 客户端,将各类 bot 转发的消息(例如 Fishroom) 中的 nickname 提取出来,替换 bot 名字。
使用方法:
- 将 [weechat_bot2human.py](weechat_bot2human.py) 放到 `~/.weechat/python/autoload` 中
- 设置需要替换的 bot 名,多个 bot 用空格分割,例如 `/set plugins.var.python.bot2human.bot_nicks teleboto tg2arch`
- Debian 需要额外安装 `weechat-python` 包