All Projects → rmb122 → Delete My Hisroy In Tieba

rmb122 / Delete My Hisroy In Tieba

Licence: gpl-3.0
删除在百度贴吧的回复、主题帖、关注等(其实就是黑历史啦ww)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Delete My Hisroy In Tieba

Redux First Routing
A minimal, framework-agnostic API for accomplishing Redux-first routing.
Stars: ✭ 133 (-43.4%)
Mutual labels:  history
Awesome Computer History
An Awesome List of computer history videos, documentaries and related folklore
Stars: ✭ 2,149 (+814.47%)
Mutual labels:  history
Star History
The missing star history graph of GitHub repos - https://star-history.com
Stars: ✭ 2,534 (+978.3%)
Mutual labels:  history
Dejavu
Quickly detect already witnessed data.
Stars: ✭ 151 (-35.74%)
Mutual labels:  history
Django Herald
A Django messaging library
Stars: ✭ 159 (-32.34%)
Mutual labels:  history
Git History
Quickly browse the history of a file from any git repository
Stars: ✭ 12,676 (+5294.04%)
Mutual labels:  history
Timeline
直观地显示各个历史时间段及历史地图。Visually display various historical time periods and historical maps.
Stars: ✭ 127 (-45.96%)
Mutual labels:  history
Jshistory Cn
🇨🇳 《JavaScript 二十年》中文版
Stars: ✭ 3,686 (+1468.51%)
Mutual labels:  history
Redux First History
🎉 Redux First History - Redux history binding support react-router - @reach/router - wouter
Stars: ✭ 163 (-30.64%)
Mutual labels:  history
Bashhub Server
Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Stars: ✭ 189 (-19.57%)
Mutual labels:  history
Cardboard
A better New Tab Page with sleek google design and useful features
Stars: ✭ 152 (-35.32%)
Mutual labels:  history
Covid 19 Timeline
以 社会学年鉴模式体例规范地统编自2019年末起新冠肺炎疫情进展的时间线。
Stars: ✭ 1,887 (+702.98%)
Mutual labels:  history
Laravel Auditing
Record the change log from models in Laravel
Stars: ✭ 2,210 (+840.43%)
Mutual labels:  history
Historical Basemaps
Collection of georeferenced boundaries of world countries and cultural regions for use in mapping historical data on the world scale
Stars: ✭ 134 (-42.98%)
Mutual labels:  history
Navigo
A simple vanilla JavaScript router.
Stars: ✭ 2,435 (+936.17%)
Mutual labels:  history
Df Style Worldgen
Fantasy Worlds Procedurally Generated
Stars: ✭ 130 (-44.68%)
Mutual labels:  history
Alfred Safari Assistant
Alfred 3+ workflow to search and use Safari bookmarks, history, reading list and tabs.
Stars: ✭ 169 (-28.09%)
Mutual labels:  history
Wordpress Simple History
🔍🕵️‍♀️ WordPress audit log that track user changes in WordPress admin using a nice activity feed.
Stars: ✭ 232 (-1.28%)
Mutual labels:  history
Sheet Router
fast, modular client-side router
Stars: ✭ 219 (-6.81%)
Mutual labels:  history
Mcfly
Fly through your shell history. Great Scott!
Stars: ✭ 3,206 (+1264.26%)
Mutual labels:  history

Delete-my-hisroy-in-tieba

使用之前

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

运行环境为 Python >= 3
DeleteMyHistory.py 删除你的回复、主题帖、关注、粉丝、关注的吧
WebDriver.py 用 webdriver 模拟操作删除, 速度慢, 已经废弃, 请用 DeleteMyHistory.py
如果你是个小白的话, 请参阅傻瓜教程

PS: 不要在意项目名中的 hisroy, 手滑不小心打错了 (逃

DeleteMyHistory.py

requests 重构的版本, 删的比 webdriver 快很多
使用前需要在 cookie.json 中添加自己的 Cookie, JSON 格式
我用的是 Chrome 的 EditThisCookie 插件, 可以直接导出 JSON 下的 Cookie
可以在 config.json 中更改设置, 下面详细介绍

config.json

相当于设置, 不同项对应不同的行为, 其中
thread 对应主题帖
reply 对应回复
followedBa 对应关注的吧
concern 对应关注
fans 对应粉丝

例如将

"thread": {
        "enable": true,
        "start": 1,
        "end": 5
    },

改为

"thread": {
        "enable": false,
        "start": 2,
        "end": 6
    },

后, 将不会删除主题帖, 且删除范围将从在 http://tieba.baidu.com/i/i/my_tie1-5 页变为 2-6
其他同理, 默认全部开启, 在删除完后可以自行调整关闭, 加快速度.

帖子多的话可以放在 vps 上每天自动运行, 加入到计划任务中就可以啦
PS: 记得根据自己的情况调整在文件中的搜索回复贴子的起始和结束页码 (百度有各种奇葩的 bug)
PS2: 觉得好用的话点个 Star 吧 _(:з」∠)_
PS3: 还有疑问, 或者遇到 bug 的话可以在 issues 里提出, 有空的话我会尽量解决的

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].