A ChatterBot logic adapter that returns information about the weather.
Project description
chatterbot-weather
A ChatterBot logic adapter that returns information about the weather. For more information about ChatterBot see https://github.com/gunthercox/ChatterBot
Documentation: https://chatterbot-weather.readthedocs.org.
Installation
pip install chatterbot-weather
Example
from chatterbot import ChatBot
chatbot = ChatBot(
'My Weather Bot',
logic_adapters=[
'chatterbot_weather.WeatherLogicAdapter'
]
)
Contributors Welcomed!
This package was originally created as a contribution to the main ChatterBot package. It was converted to a optional module in order to preserve the code quality of the main project. This weather adapter for ChatterBot works, but could benefit from improvements in several areas.
Improved documentation with descriptions and information about the functions and structure of the adapter
Additional support for other weather APIs
Support for a wider range of questions about the weather (current, future, specific dates, etc.)
History
0.1.0 (2016-05-12)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
File details
Details for the file chatterbot-weather-0.1.0.zip
.
File metadata
- Download URL: chatterbot-weather-0.1.0.zip
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4c4156aa04d7aa4e10593664eff3f68d5b92ddc94f0ac063c5fe2f3d6230ebf |
|
MD5 | 8ac83d7162ead42109b676af3acbfb57 |
|
BLAKE2b-256 | b77ebd1eb2f1ae3ade963f1eb5e8404ab7a0d9cbcdf2a2b431f81253e401b086 |
File details
Details for the file chatterbot-weather-0.1.0.tar.gz
.
File metadata
- Download URL: chatterbot-weather-0.1.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c1ab140041bed73b2a7f97637202aba843d72f9cef4202021781a3125780211 |
|
MD5 | fac2ac86481c29d28dc984ca504bf788 |
|
BLAKE2b-256 | 6f414760105637f55fddded52da7d633c56d0af10c670357ac1efc95e518fb47 |