# python_spider **Repository Path**: yydafx/python_spider ## Basic Information - **Project Name**: python_spider - **Description**: python,爬虫,项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2023-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 豆瓣250 * 爬取豆瓣电影 Top 250 所有电影 * 链接地址:`https://movie.douban.com/top250` * 爬取:`requests` * `pip install requests` * 解析:`xpath` * `pip install lxml` * 将数据保存为`json` ### B站前100排行榜 * 链接地址:`https://www.bilibili.com/v/popular/rank/all` * 将数据保存为`csv` ### 笑话爬取 * 链接地址:`https://xiaohua.zol.com.cn/detail1/1.html` ### 调用百度翻译接口实现百度翻译 * 需要安装编译`js`代码的包:`pip install pyexecjs` * `js`逆向,python调用`js`库 ### 北京新发地市场 * 链接地址:`http://www.xinfadi.com.cn/marketanalysis/0/list/1.shtml` * 多线程,线程池 ### 天气预报语音播报 * 链接地址:`https://www.tianqi.com` * 需要安装语音库:`pip install pyttsx3` * 输入需要查询的城市名(拼音)即可 ### 调用有道翻译接口实现翻译 * `js`逆向