From e9927157858b814f237728ee8baaee7a95fa2c57 Mon Sep 17 00:00:00 2001 From: "n18853885181@163.com" Date: Thu, 21 May 2026 23:28:09 +0800 Subject: [PATCH] Added the requests library to the Web Scraping section in the README.md file --- .idea/.gitignore | 8 + .idea/awesome-python-data-science.iml | 8 + .idea/editor.xml | 348 ++++++++++++++++++++++++++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + README.md | 1 + 6 files changed, 379 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/awesome-python-data-science.iml create mode 100644 .idea/editor.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/awesome-python-data-science.iml b/.idea/awesome-python-data-science.iml new file mode 100644 index 0000000..bc2cd87 --- /dev/null +++ b/.idea/awesome-python-data-science.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml new file mode 100644 index 0000000..de4eee6 --- /dev/null +++ b/.idea/editor.xml @@ -0,0 +1,348 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..3b903fc --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 14a91fc..da96658 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,7 @@ * [Selenium](https://selenium-python.readthedocs.io/installation.html#introduction): Use Selenium Python API to access all functionalities of Selenium WebDriver in an intuitive way like a real user. * [Pattern](https://github.com/clips/pattern): High level scraping for well-establish websites such as Google, Twitter, and Wikipedia. Also has NLP, machine learning algorithms, and visualization * [twitterscraper](https://github.com/taspinar/twitterscraper): Efficient library to scrape Twitter +* [requests](https://github.com/psf/requests):A simple, yet elegant, HTTP library. ## Spatial Analysis * [GeoPandas](https://github.com/geopandas/geopandas) - Python tools for geographic data. pandas compatible