惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tenable Blog
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
H
Help Net Security
F
Fortinet All Blogs
MyScale Blog
MyScale Blog
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 司徒正美
量子位
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Recorded Future
Recorded Future
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
I
InfoQ
Microsoft Security Blog
Microsoft Security Blog
Scott Helme
Scott Helme
The Last Watchdog
The Last Watchdog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
AI
AI
WordPress大学
WordPress大学
Security Archives - TechRepublic
Security Archives - TechRepublic
Google Online Security Blog
Google Online Security Blog
U
Unit 42
V2EX - 技术
V2EX - 技术
MongoDB | Blog
MongoDB | Blog
Schneier on Security
Schneier on Security
博客园 - Franky
H
Heimdal Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
Cloudbric
Cloudbric
B
Blog RSS Feed
N
News | PayPal Newsroom
S
Securelist
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
I
Intezer
Hacker News - Newest:
Hacker News - Newest: "LLM"
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园_首页
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
雷峰网
雷峰网

Rat's Blog - 百度

Linux VPS使用命令行快速查询百度网盘提取码 - Rat's Blog VPS使用BaiduPCS-Go高速下载百度网盘的文件,支持上传/离线下载等操作 - Rat's Blog PanHelper:百度云盘搜索工具,可自动获取部分加密文件密码 - Rat's Blog Speedpan:百度网盘满速下载工具,无需登录,也可直接下载BT种子 - Rat's Blog YunDownload重制版:新增扫描百度网盘重复文件、和谐文件、空文件夹功能 - Rat's Blog 百度网盘分享文件密码暴力破解器 - Rat's Blog Aria2c度盘下载器:可高速下载百度云文件 - Rat's Blog 一款高速下载百度云文件的神器:SpeedKoalaBD v7.1破解版 - Rat's Blog Proxyee-down:HTTP下载神器,支持百度云下载/全网嗅探/B站视频下载 - Rat's Blog
使用Linux VPS自动删除在百度贴吧的一切回复(黑历史) - Rat's Blog
博主: Rat's · 2018-07-03 · via Rat's Blog - 百度

说明:我们很多人小时候不懂事,到处发自己的个人信息,家人信息等,导致这些信息在网上就会随时被搜索到,很可能会被一些别有用心的人利用,特别是和自己闹过矛盾的网友,严重的会影响自己的生活,最近一个朋友就遇到了,所以这里博主就提一下,一般以前使用最多社交软件也就是贴吧了,所以建议在贴吧留过自己的信息的人可以都删掉,以防万一。如果回复的帖子太多,每天删除都被限制,可能会导致我们没耐心或没时间天天去删,这里就说下使用VPS自动删除贴吧回复的方法。

使用

Github地址:https://github.com/rmb122/Delete-my-hisroy-in-tieba

1、安装Python3
一般大多数Ubuntu自带Python3,而CentosDebian就需要我们安装了。

#查看是否有Python3
python3 -V

#安装Python3
#CentOS系统
wget https://www.moerats.com/usr/shell/Python3/CentOS_Python3.6.sh && sh CentOS_Python3.6.sh
#Debian系统
wget https://www.moerats.com/usr/shell/Python3/Debian_Python3.6.sh && sh Debian_Python3.6.sh

然后再输入python3 -V看是否安装成功。

2、下载源码

#CentOS系统
yum install git -y
#Ubuntu和Debian系统
apt-get install git -y

#下载源码
git clone https://github.com/rmb122/Delete-my-hisroy-in-tieba.git
cd Delete-my-hisroy-in-tieba
#安装依赖
pip3 install -r requirements.txt

3、使用
先获取贴吧的Cookie,且为JSON格式,这里可以借助浏览器的Edit This Cookie插件,先打开浏览器拓展,搜索该插件安装,然后登录贴吧,点击浏览器上面的EditThisCookie按钮,并导出Cookie
请输入图片描述
再编辑cookie.json文件,将Cookie全部替换进去。

cd /root/Delete-my-hisroy-in-tieba
nano cookie.json

替换好了后,使用Ctrl+xy保存退出。

再运行工具:

python3 Delete-reply.py

会输出以下画面:
请输入图片描述
如果你的回复很多,一天是删不完的,因为有限制,所以就需要个定时任务,一天运行一次,直到删完为止,查看:Linux系统Crontab的安装及定时任务的命令详解

最后如果我们不知道网上是否有我们个人信息的,可以百度一下自己的QQ号,手机号,微信号等信息,如果有的话那自己想办法删除,再等快照更新就行了。


版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/667/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。