Metadata-Version: 1.0
Name: cleverbot_io
Version: 1.0.1
Summary: An unofficial Python wrapper for Cleverbot.io
Home-page: http://www.cleverbot.io
Author: Underforest
Author-email: neovisatoons@gmail.com
License: MIT
Description: This is an unofficial wrapper for cleverbot.io API, an alternative free Cleverbot client.
        
        Set your settings first:
        ---------------
        import cleverbot_io
        bot = cleverbot_io.set(user='APIUSER', key='APIKEY', nick='SESSIONNICK(optional)')
        ---------------
        
        Then make your program talk:
        ---------------
        print(bot.ask("Just a small town girl")) # Or another text
        ---------------
Platform: UNKNOWN
