Skip to main content

A ChatterBot logic adapter that returns information about the weather.

Project description

chatterbot-weather

https://img.shields.io/pypi/v/chatterbot-weather.svg https://img.shields.io/travis/gunthercox/chatterbot-weather.svg Documentation Status

A ChatterBot logic adapter that returns information about the weather. For more information about ChatterBot see https://github.com/gunthercox/ChatterBot

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatterbot-weather-0.1.1.zip (20.4 kB view hashes)

Uploaded Source

Built Distribution

chatterbot_weather-0.1.1-py2.py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page