# I am the awesomest spider **Repository Path**: StephanoGeorge/i-am-the-awesomest-spider ## Basic Information - **Project Name**: I am the awesomest spider - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # I am the awesomest spider # 库 - ORM(操作数据库) peewee - http://docs.peewee-orm.com/en/latest/peewee/quickstart.html - 后端接口 fastapi - https://fastapi.tiangolo.com/zh/tutorial - 网络请求 httpx - https://www.python-httpx.org/quickstart requests - https://requests.readthedocs.io/zh_CN/latest/user/quickstart.html - 解析 HTML lxml - https://lxml.de/tutorial.html parsel - https://parsel.readthedocs.io/en/latest/usage.html