Added forecast command to plugins/weather.py
This commit is contained in:
parent
7f53bdcb49
commit
6cad8792d4
2 changed files with 46 additions and 4 deletions
|
@ -16,6 +16,10 @@ For the spell.py plugin to work you need *python-enchant*. This can be installed
|
|||
```sudo apt-get install python-enchant
|
||||
```
|
||||
|
||||
The whois.py plugin will work by default, but *not very well*. To make it work properly you will need to install the native *whois* package. This can be installed with:
|
||||
```sudo apt-get install whois
|
||||
```
|
||||
|
||||
If you use another OS or distro you can find source packages on the module(s) web site, or you can try to find suitable packages in your package manager.
|
||||
|
||||
Once installing these packages run the bot once with ```python bot.py``` to generate the config file. Stop the bot, edit the config, and run the bot again with ```python bot.py``` to start it up :)
|
||||
|
|
Reference in a new issue