weather_bot 通过电子邮件将天气更新发送给使用Python订阅的用户订阅 怎么运行的 订阅的用户存储在Google表格(已连接到Google表单)上 映射到internal_users.csv的Google工作表信息以及更多相关信息Selenium用于生成天气预报的链接 每天运行main.py来向订阅者发送电子邮件使用Selenium,BeautifulSoup和通过Seaborn可视化的API获得的信息 如何在个人计算机上运行 从Google API下载certificate.json并放入目录 下载geckodriver,以便Selenium可以在Firefox上运行 在mai