All Projects → seadog007 → onymous-plurk

seadog007 / onymous-plurk

Licence: MIT license
Anonymous Plurk Cross-matching Tool - Plurk偷偷說交叉比對工具

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to onymous-plurk

dockerfiles
Dockerfiles everywhere 🐳
Stars: ✭ 17 (-15%)
Mutual labels:  curl, jq
api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+165%)
Mutual labels:  curl, jq
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+15770%)
Mutual labels:  curl, jq
Okurl
OkHttp Kotlin command line
Stars: ✭ 77 (+285%)
Mutual labels:  curl, jq
cheatsheets
My Cheatsheet Repository
Stars: ✭ 193 (+865%)
Mutual labels:  jq
biowasm
WebAssembly modules for genomics
Stars: ✭ 115 (+475%)
Mutual labels:  jq
safex
Marketplace interface for the Safe Exchange Client
Stars: ✭ 20 (+0%)
Mutual labels:  anonymous
gohit
Run curl commands from yaml files
Stars: ✭ 19 (-5%)
Mutual labels:  curl
get header
This function is similar to the get_headers function
Stars: ✭ 35 (+75%)
Mutual labels:  curl
ambient
What can a public hotspot tell you?
Stars: ✭ 57 (+185%)
Mutual labels:  curl
CwsShareCount
PHP class to get social share count for Delicious, Facebook, Google+, Linkedin, Pinterest, Reddit, StumbleUpon and Twitter.
Stars: ✭ 13 (-35%)
Mutual labels:  curl
4chan-nodejs
A 4chan clone written in node.js
Stars: ✭ 36 (+80%)
Mutual labels:  anonymous
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (-10%)
Mutual labels:  curl
homebrew-portable-ruby
🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
Stars: ✭ 96 (+380%)
Mutual labels:  curl
autovpn2
OpenVPN VPN Gate Client for Linux, connects you to a random Free VPN in a country of your choice by country code.
Stars: ✭ 30 (+50%)
Mutual labels:  anonymous
deeponion
Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR
Stars: ✭ 60 (+200%)
Mutual labels:  anonymous
igdb
IGDB PHP API Wrapper
Stars: ✭ 20 (+0%)
Mutual labels:  curl
domcurl
cUrl-like utility for fetching a resource (in this case we will run JS and return after network is idle) - great for JS heavy apps
Stars: ✭ 84 (+320%)
Mutual labels:  curl
vscode-jq
jq LiveView Extension for VS Code
Stars: ✭ 15 (-25%)
Mutual labels:  jq
curl
A PHP 5.4+ library for making asynchronous HTTP requests.
Stars: ✭ 73 (+265%)
Mutual labels:  curl

這是什麼?

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].