文件名称:Weather:Limnoria Supybot插件,用于显示Weather Underground(wunderground.com)的天气和天气预报数据
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-11 03:52:46
Python
Limnoria地下天气插件 介绍 我之所以制作此插件,是因为很多Weather插件无法正常工作,而使用此API的WunderWeather仍在其较旧的XML api上,他们不再进行文档记录,并且有人会假设它会在某个时候被弃用。 安装 您需要在2.7 / 3.4上运行的Limnoria机器人才能正常工作。 进入您的Limnoria插件目录,通常是〜/ supybot / plugins并运行: git clone https://github.com/reticulatingspline/Weather 要安装其他要求,请运行: pip install -r requirements.txt 或者如果您没有或不想使用root, pip install -r requirements.txt --user 接下来,加载插件: /msg bot load Weather (免
【文件预览】:
Weather-master
----.travis.yml(390B)
----test.py(968B)
----__init__.py(1KB)
----local()
--------__init__.py(58B)
----requirements.txt(44B)
----.gitignore(303B)
----config.py(3KB)
----README.md(3KB)
----LICENSE.txt(1KB)
----plugin.py(38KB)