https://github.com/btlmd/thuhole_crawler
A crawler to save holes on the deceased thuhole
https://github.com/btlmd/thuhole_crawler
crawler
Last synced: about 1 year ago
JSON representation
A crawler to save holes on the deceased thuhole
- Host: GitHub
- URL: https://github.com/btlmd/thuhole_crawler
- Owner: Btlmd
- Created: 2021-12-11T11:53:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T12:00:38.000Z (over 4 years ago)
- Last Synced: 2025-04-05T20:41:26.616Z (about 1 year ago)
- Topics: crawler
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thuhole_crawler
## 替换
替换自己的token,ua,proxy。
## 爬关注列表
```python
get_attention_pages()
get_all_details('attention_page_', 开始页码, 结束页码)
```
## 爬关键词
```python
get_search_pages("%23精品#精品")
get_all_details('search_page_', 开始页码, 结束页码)
```