文件名称:weather-channel-scraper:Python脚本,在bs4的帮助下从weather.com抓取天气数据
文件大小:10KB
文件格式:ZIP
更新时间:2024-03-12 05:49:30
Python
天气频道刮板 Python脚本,借助bs4从 bs4天气数据 怎么跑 环境 在Python 3.*上运行。 使用以下命令检查您的Python版本: python3 --version 您还需要pip3来安装bs4 安装pip3 : sudo apt-get -y install python3-pip 设置 克隆存储库: git clone https://github.com/vuckale/weather-channel-scraper.git 导航到克隆的存储库,然后: pip3 -r requirements.txt 用法 Usage: weather_channel.py [options] Options: -h, --help show this help message and exit -v, --verbose p
【文件预览】:
weather-channel-scraper-main
----README.md(4KB)
----.gitmodules(106B)
----weather_channel.py(15KB)
----weather-icons()
----requirements.txt(4B)
----screenshot1.png(3KB)