Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyufeng/tiebarobot
贴吧自动删帖机器人
https://github.com/nyufeng/tiebarobot
tieba
Last synced: 3 months ago
JSON representation
贴吧自动删帖机器人
- Host: GitHub
- URL: https://github.com/nyufeng/tiebarobot
- Owner: nyufeng
- License: gpl-3.0
- Created: 2017-02-19T08:35:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T00:46:42.000Z (almost 7 years ago)
- Last Synced: 2024-07-30T14:18:41.937Z (3 months ago)
- Topics: tieba
- Language: PHP
- Size: 31.3 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - nyufeng/tiebarobot - 贴吧自动删帖机器人 (PHP)
README
# tiebarobot
>需要Redis支持
>需要cURL支持
这是一个可以自动根据规则删除百度贴吧帖子的"机器人"
### 适用范围
- 应对爆吧
- 应对广告
- 应对没有特定格式### 效果
![sp170221_114756.png](https://ooo.0o0.ooo/2017/02/21/58abb8874ed2c.png)### 食用方法
-利用`cron`定时运行 `index.php`
-利用监控定时请求 `index.php`
## 目前
1. 标题内必须包含
2. 内容中不能包含
- 支持删除贴内回复## 时间线
- 2017/1/24 插件版上线
- 2017/2/21 独立版上线
- 2017/5/22 百度增加Cookie校验参数,失效
- 2017/7/17 修正Cookie为百度所有Cookie参数
- 2017/10/31 修正贴吧支持更名后作者二次校验导致的无法删帖问题## 感谢
[@chajianku](//kenvix.com) wcurl类