All Projects → Terminus2049 → Wechatscope

Terminus2049 / Wechatscope

Licence: mpl-2.0
被删微信公众号文章存档

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Wechatscope

Thgtoa
The Hitchhiker’s Guide to Online Anonymity
Stars: ✭ 326 (+64.65%)
Mutual labels:  anticensorship
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (+163.13%)
Mutual labels:  anticensorship
Tinylist
Tiny version of gfwlist, focusing on common websites ONLY
Stars: ✭ 139 (-29.8%)
Mutual labels:  anticensorship
Bebasid
bebasid dapat membantu membuka halaman situs web yang diblokir oleh pemerintah Indonesia dengan memanfaatkan hosts file.
Stars: ✭ 372 (+87.88%)
Mutual labels:  anticensorship
Runet Censorship Bypass
Chromium extension for bypassing censorship in Russia
Stars: ✭ 444 (+124.24%)
Mutual labels:  anticensorship
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (+256.57%)
Mutual labels:  anticensorship
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+8600.51%)
Mutual labels:  anticensorship
Powertunnel Android
Simple, scalable, cross-platform and effective solution against government censorship for Android
Stars: ✭ 157 (-20.71%)
Mutual labels:  anticensorship
Duty Machine
一个备份网络文章的服务。声援陈玫、蔡伟及其女友小唐,请关注端点星事件。
Stars: ✭ 483 (+143.94%)
Mutual labels:  anticensorship
Terminus2049.github.io
No more 404
Stars: ✭ 1,546 (+680.81%)
Mutual labels:  anticensorship
Xray Core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Stars: ✭ 6,908 (+3388.89%)
Mutual labels:  anticensorship
Goodbyedpi
GoodbyeDPI—Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows)
Stars: ✭ 4,936 (+2392.93%)
Mutual labels:  anticensorship
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+6686.87%)
Mutual labels:  anticensorship
Reqrypt
A censorship circumvention tool
Stars: ✭ 337 (+70.2%)
Mutual labels:  anticensorship
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (-23.74%)
Mutual labels:  anticensorship
Gfwlist
The one and only one gfwlist here
Stars: ✭ 19,033 (+9512.63%)
Mutual labels:  anticensorship
Orbot
The Github home of Orbot: Tor on Android (Also available on gitlab!)
Stars: ✭ 629 (+217.68%)
Mutual labels:  anticensorship
Dpitunnel
DPITunnel is an android app made for censorship bypass
Stars: ✭ 179 (-9.6%)
Mutual labels:  anticensorship
Powertunnel
Simple, scalable, cross-platform and effective solution against government censorship
Stars: ✭ 157 (-20.71%)
Mutual labels:  anticensorship
Archivetelebot
a telegram bot that saves urls to archive.is & archive.org
Stars: ✭ 59 (-70.2%)
Mutual labels:  anticensorship

Wechatscope

每日数据存档

由于 Wechatscope(http://wechatscope.jmsc.hku.hk/) 项目只提供七天内的被删数据,设计定时任务每日获取近三天的数据,并去重后合并到同一数据库内。

git clone https://github.com/Terminus2049/Wechatscope.git

设置定时任务:

crontab -e

wechatscope.R 负责抓取最近三天的数据并合并到数据库内。可开启定时任务:

复制 0 */1 * * * cd ~/Wechatscope && R CMD BATCH wechatscope.R 到最后一行。程序会每小时运行一次。

表格化

app.R 利用 shiny 进行表格化。

在 R 语言环境中 shiny::runApp()

在线部署并自动更新

在 Linux 服务器上安装 shiny-server

cd /srv/shiny-server/
git clone https://github.com/Terminus2049/Wechatscope.git

同样开启定时任务:

crontab -e

复制 0 */1 * * * cd /srv/shiny-server/Wechatscope/ && R CMD BATCH wechatscope.R 到定时任务中。

然后就可以在 http://<ip>:3838/Wechatscope/ 查看。

注意

  1. 请安装合适的 R 版本,不要使用默认的 R 版本,但也不要安装最新的 R 3.5,应安装 R 3.4。安装教程:UBUNTU PACKAGES FOR R

  2. 下载并安装 shiny-server

  3. 需要安装 R 包 readrshinyhttrDTdata.table,如果内存过小,会编译失败,可通过 此教程 处理。

下载原始文件

安装 rust,编译后:

./target/release/wechat_scope_dl < ceninfo.csv
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].