使用python 下載全國曆代古詩
使用python 下載全國曆代古詩
開啟CMD 安裝以下程式
pip install requests
pip install lxml
以下是全部程式碼
import requests
from lxml import etree
import re
headers = {
'User-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'
}
si_ci = 17234
while si_ci <= 298560:
url = "http://www.zhongguoshici.com/shici/details/part/"+str(si_ci)+"?type=audio"
response = requests.get(url, headers=headers)
req = re.findall(r'《(.*?)》', response.text)
try:
print(str(si_ci)+"."+req[0])
html = etree.HTML(response.text)
html_data = html.xpath('//p')
with open("01.txt", "a") as f:
for i in html_data:
data_sg = i.text
f.write(data_sg+"(出自-"+req[0]+")"+"\n")
si_ci += 1
except:
print(str(si_ci)+"異常")
si_ci += 1
相關文章
- 古詩網站前臺實現網站
- 古詩詞相關詞庫
- 分享一個開源的古詩詞資料庫(約7w+古詩詞/3k+詩人)資料庫
- 古詩網站後臺實現網站
- [轉載] Python日曆模組| 使用示例的weekday()方法Python
- 古詩詞 中文 分詞 自動化分詞
- 如何用Python 製作詞雲-對1000首古詩做詞雲分析Python
- python 國內下載地址Python
- 讀書筆記(6)古詩詞古文章筆記
- 尼爾森IQ:2022年全國現代渠道春節報告(附下載)
- 使用RoboBrowser和Python下載音訊Python音訊
- 使用 Python 下載 B 站視訊Python
- python 使用pip安裝使用國內映象加速下載安裝包的方法Python
- Python爬蟲全網搜尋並下載音樂Python爬蟲
- 使用 Python 分析全國所有必勝客餐廳Python
- 財新智庫:2018年9月朗詩·中國ESG景氣指數(附下載)
- 一首古詩帶來的圖資料庫大冒險資料庫
- python的下載安裝與簡單使用Python
- 使用廣播星曆計算衛星座標(Python)Python
- pip安裝python庫時使用國內映象資源加速下載過程Python
- 德國曆史
- 全志R16 DragonBoard使用手冊資料下載Go
- 開源!開源一個flutter實現的古詩拼圖遊戲Flutter遊戲
- 國金證券研究:2021全國碳市場完全手冊(附下載)
- 使用python指令碼玩轉古早TCAD軟體(待更新)Python指令碼
- Python 下載圖片Python
- python下載包(pycharm)PythonPyCharm
- python 各版本下載Python
- python下載模組Python
- QQ大資料:2018全國城市年輕指數(附下載)大資料
- 2023年全國資料資源調查報告(附下載)
- “後疫情時代”攻略:發現中國新祕境(附下載)
- IT桔子:2020中國代餐食品市場分析報告(附下載)
- 新生代:中國高階白酒市場簡析(附下載)
- Python使用socket_TCP實現小檔案下載PythonTCP
- 使用Python爬蟲實現自動下載圖片Python爬蟲
- 豐富的詩詞資源!一個現代化詩詞學習網站!學習網站
- 中國曆次人口普查全國人口及年均增長率(附原資料表)