Skip to content

Commit

Permalink
Maintenance Update - chatbot.py
Browse files Browse the repository at this point in the history
Update API URL for the cleverbot plugin
  • Loading branch information
Foxlet authored Mar 15, 2017
1 parent ff623f3 commit 9336443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


SESSION = collections.OrderedDict()
API_URL = "http://www.cleverbot.com/webservicemin/"
API_URL = "http://www.cleverbot.com/webservicemin?uc=321&"

HEADERS = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
Expand Down

1 comment on commit 9336443

@edwardslabs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since there is now an official API for cleverbot this plugin should probably switch to that.

Please sign in to comment.