https://github.com/seadog007/onymous-plurk
Anonymous Plurk Cross-matching Tool - Plurk偷偷說交叉比對工具
https://github.com/seadog007/onymous-plurk
anonymous awk curl de-anonymous jq plurk plurkbot
Last synced: 4 months ago
JSON representation
Anonymous Plurk Cross-matching Tool - Plurk偷偷說交叉比對工具
- Host: GitHub
- URL: https://github.com/seadog007/onymous-plurk
- Owner: seadog007
- License: mit
- Created: 2016-11-03T14:25:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T10:59:57.000Z (about 8 years ago)
- Last Synced: 2025-10-09T03:14:46.232Z (4 months ago)
- Topics: anonymous, awk, curl, de-anonymous, jq, plurk, plurkbot
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 23
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 這是什麼?
onymous-plurk是一款可以自動比對好友列表來找到偷偷說發文者的工具
# 需求
* jq
* `sudo apt-get install jq`
* awk (GNU)
* curl
# 過濾策略
* 好友交叉比對
* 可否轉噗
* [實驗] 發語詞語系
* [實驗] 最後上線時間判斷
# 使用說明
1. 根據你所問到朋友的回應來更改 `rule` 的內容
i. 第一行保持 `+自己的ID` (自己可以看到該偷偷說)
ii. 假設您的朋友A說**可以**看的到該偷偷說,則加入一行 `+A的ID`
iii. 假設您的朋友B說**不能**看的到該偷偷說,則加入一行 `-B的ID`
iv. 範例:
```
+自己的ID
+A的ID
-B的ID
```
2. 更改時區設定,預設為 `Asia/Taipei`
3. 執行 `./run.sh`
--------------
# What is this?
onymous-plurk is a tool for automatically find the plurker who send an anonymous plurk by cross-matching friend list.
# Requirements
* jq
* `sudo apt-get install jq`
* awk (GNU)
* curl
# Filtering strategy
* Cross-matching between friends
* Replurkable
* [Experiment] Qualifier Language
* [Experiment] Last Visit Time
# Usage
1. According to respondes of your friends, Change the content of `rule`
i. Leave the first line with `+your_own_id` (Which means you can see the anonymous plurk)
ii. If your friend A **can** see the plurk, then add a new line with content `+ID_of_A`
iii. If your friend A **cannot** see the plurk,then add a new line with content `-ID_of_B`
iv. Example:
```
+your_own_id
+ID_of_A
-ID_of_B
```
2. Chagne timezone setting in `run.sh`, default setting is `Asia/Taipei`
3. Run the script `./run.sh`