Skip to content

Commit

Permalink
Removed weather logic adapter.
Browse files Browse the repository at this point in the history
The weather logic adapter has a new home:
https://github.com/gunthercox/chatterbot-weather

It was removed from the main chatterbot project
to keep the number of requirements low. On top
of that, the weather logic adapter was also
completely untested, undocumented, and contained
multiple TODOs. In order to keep the quality of
chatterbot's software as high as possible this
adapter had to be pruned.

In the future it will be possible to download
the new chatterbot-weather module from PyPi.
  • Loading branch information
gunthercox committed May 12, 2016
1 parent fc4cd27 commit 8856bce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion chatterbot/adapters/logic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
from .multi_adapter import MultiLogicAdapter
from .no_knowledge_adapter import NoKnowledgeAdapter
from .mathematical_evaluation import MathematicalEvaluation
from .weather import WeatherLogicAdapter
69 changes: 0 additions & 69 deletions chatterbot/adapters/logic/weather.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ nltk<4.0.0
pymongo>=3.0.3,<4.0.0
python-twitter>=3.0rc1
textblob>=0.11.0
python-forecastio

0 comments on commit 8856bce

Please sign in to comment.