Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiantang/mini_scrapy

模仿scrapy的轻量级爬虫框架
https://github.com/xiantang/mini_scrapy

crawler python3 requets scrapy

Last synced: 3 days ago
JSON representation

模仿scrapy的轻量级爬虫框架

Awesome Lists containing this project

README

        

# mini_scrapy
模仿scrapy的轻量级爬虫框架

- [x] 支持中间件,可以从`@from_crawler`中读取配置。
- [ ] 实现断点续爬/爬虫中断之后恢复爬取队列和记录已爬取的队列
- [ ] 合并ORM到爬虫
- [ ] 实现批量入库
- [ ] 支持断线重连