All Projects → gunthercox → chatterbot-weather

gunthercox / chatterbot-weather

Licence: MIT license
A ChatterBot logic adapter that returns information about the current weather

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to chatterbot-weather

FashionShopApp
Fashion Shop App : Flask, ChatterBot, ElasticSearch, Recommender-System
Stars: ✭ 28 (+3.7%)
Mutual labels:  chatterbot
chatterbot-live-example
[Maintainer Required] 📘 Notes to deploy chatterbot on Heroku cloud ☁️
Stars: ✭ 22 (-18.52%)
Mutual labels:  chatterbot
rtfmbot
Because we're all tired of answering questions when people should clearly RTFM.
Stars: ✭ 14 (-48.15%)
Mutual labels:  chatterbot
Chatterbot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
Stars: ✭ 11,813 (+43651.85%)
Mutual labels:  chatterbot
Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+6255.56%)
Mutual labels:  chatterbot
YouTube-Tutorials--Italian
📂 Source Code for (some of) the Programming Tutorials from my Italian YouTube Channel and website ProgrammareInPython.it. This is just a small portion of the content: please visit the website for more.
Stars: ✭ 28 (+3.7%)
Mutual labels:  chatterbot
NLP-chatbot
A medical chatbot that asks patients about their health and books a doctor's appointment on demand.
Stars: ✭ 43 (+59.26%)
Mutual labels:  chatterbot
siPintar
Indonesian Chatbot built by Multi Layer Perceptron(Neural Network)
Stars: ✭ 37 (+37.04%)
Mutual labels:  chatterbot
restfbmessenger
RestFB Messenger
Stars: ✭ 19 (-29.63%)
Mutual labels:  chatterbot
chatbot
A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.
Stars: ✭ 347 (+1185.19%)
Mutual labels:  chatterbot

chatterbot-weather

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.)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].