https://github.com/zzzzer91/match_spider
某菠菜网站爬虫,该网站已倒闭:disappointed_relieved:
https://github.com/zzzzer91/match_spider
crawler python
Last synced: 7 days ago
JSON representation
某菠菜网站爬虫,该网站已倒闭:disappointed_relieved:
- Host: GitHub
- URL: https://github.com/zzzzer91/match_spider
- Owner: zzzzer91
- Created: 2019-05-30T01:26:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T07:28:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T07:45:26.713Z (over 1 year ago)
- Topics: crawler, python
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 爬虫
## 定时
```bash
crontab -e
```
```crontab
*/1 * * * * /usr/bin/bash /root/match/run.sh
```