文件名称:weather_bot:通过电子邮件向订阅者发送天气更新
文件大小:7KB
文件格式:ZIP
更新时间:2024-03-06 07:26:20
Python
weather_bot 通过电子邮件将天气更新发送给使用Python订阅的用户订阅 怎么运行的 订阅的用户存储在Google表格(已连接到Google表单)上 映射到internal_users.csv的Google工作表信息以及更多相关信息Selenium用于生成天气预报的链接 每天运行main.py来向订阅者发送电子邮件使用Selenium,BeautifulSoup和通过Seaborn可视化的API获得的信息 如何在个人计算机上运行 从Google API下载certificate.json并放入目录 下载geckodriver,以便Selenium可以在Firefox上运行 在main.py中更改ADMIN_和EMAIL_常量还要修改凭据.csv以拥有您的email_sender帐户密码
【文件预览】:
weather_bot-main
----last_run_date.txt(8B)
----main.py(13KB)
----README.md(890B)
----internal_users.csv(44B)
----credentials.csv(12B)