KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
spider_python
★ 1,153
Open GitHub ↗
python爬虫
Download README (.md)
Explore Similar Repositories
bitquant
:
51bitquant Python数字货币量化交易视频 CCXT框架 爬取交易所数据 比特币量化交易 交易机器人51bitquant tradingbot cryptocurrency quantitative trading btc trading
DaggerMock
:
A JUnit rule to easily override Dagger 2 objects
relay-examples
:
A collection of sample Relay applications
TensorFlow-Object-Detection-on-the-Raspberry-Pi
:
A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi
trafficcontrol
:
Apache Traffic Control is an Open Source implementation of a Content Delivery Network
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
spider_python
?
Download (.md)
# spider_python ## 前言 如果想查看详细的教程,请关注微信公众号:**AirPython**  ## 普通的爬虫 * [爬取电影天堂最新的电影数据 - xpath](./spiders/spider_dytt.py) * [爬取腾讯招聘的职位数据 - xpath](./spiders/spider_tencent_recruit.py) * [爬取中国天气网全国天气并生成饼状图 - bs4](./spiders/spider_china_weather.py) * [爬取古诗词网的数据 - re](./spiders/spider_gushiwen.py) * [爬取糗事百科上的段子数据 - re](./spiders/spider_qiu_shi_bai_ke.py) ## 多线程爬虫 * [多线程爬取斗图吧的表情图并下载到本地 - xpath + threading](./spiders/spider_dou_tu_la.py) * [使用 itchat 发送表情到指定的人和微信群](./spiders/发表情/) * [多线程爬取百思不得姐的文字和图片信息并写入到csv中](./spiders/spider_bai_si_bu_de_jie.py) ## Selenium 自动化爬虫 * [爬取拉勾网的职位信息 - selenium + requests + lxml ](./spiders/spider_lagou.py) * [爬取 Boss 直聘网的职位信息 - selenium + lxml](./spiders/spider_boss.py) ## Scrapy 框架爬虫 * [爬取糗事百科的段子保存到 JSON 文件中](./scrapy/qsbk/readme.MD) * [爬取微信小程序论坛的数据](./scrapy/weixin_community/readme.MD) * [登录豆瓣网并修改个性签名](./scrapy/douban_login/readme.MD) * [下载汽车之家的高清图片到本地](./scrapy/qczj/readme.MD) * [爬取简书网所有文章数据](./scrapy/jianshu_spider/) * [爬取房天下所有房的数据,包含新房、二手房](./scrapy/sfw_spider) ## feapder * [feapder AirSpider实例](./feapder/tophub_demo) ## Node.js 爬虫 * [使用 puppeteer 爬取简书文章并保存到本地](./js/jian_shu.js) ## 其他 * [使用 Python 定位到女朋友的位置](./获取女友的位置) * [女朋友背着我,用 Python 偷偷隐藏了她的行踪](./ModifyLocation) * [微信群聊记录](./微信聊天记录) * [Python 调用 JAR](./Python调用JAR)