https://github.com/nodejh/freeproxyspider
Free Proxy Spider
https://github.com/nodejh/freeproxyspider
Last synced: about 1 year ago
JSON representation
Free Proxy Spider
- Host: GitHub
- URL: https://github.com/nodejh/freeproxyspider
- Owner: nodejh
- Created: 2017-05-05T08:12:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T10:20:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T12:52:32.697Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Free Proxy Spider
爬取免费代理:
- [XiciDaili.com](http://www.xicidaili.com/nn/)
## 架构
程序分为两部分
1. Spider
2. Check
#### 1. Spider
爬取代理
#### 2. Check
验证代理是否符合要求,通过访问固定网页来判断。
Check 的时候 Check 三次,每成功一次,count++。最后删除 count < 2 的记录。
## STATUS
开发中...