All Projects → benmanns → cleverbot

benmanns / cleverbot

Licence: MIT License
Deprecated/unmaintained. See https://www.cleverbot.com/api/

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to cleverbot

Deprecated Mapbox Ios Sdk
REPLACED – use https://www.mapbox.com/ios-sdk instead
Stars: ✭ 325 (+1313.04%)
Mutual labels:  deprecated, unmaintained
Miniproxy
🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
Stars: ✭ 810 (+3421.74%)
Mutual labels:  deprecated, unmaintained
React Heatpack
A 'heatpack' command for quick React development with webpack hot reloading
Stars: ✭ 354 (+1439.13%)
Mutual labels:  deprecated, unmaintained
Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (+1508.7%)
Mutual labels:  deprecated, unmaintained
Tgcameraviewcontroller
Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.
Stars: ✭ 1,432 (+6126.09%)
Mutual labels:  deprecated, unmaintained
addon-sdk-content-scripts
DEPRECATED | Use WebExtensions instead | Add-ons demonstrating how to use content scripts in the Add-on SDK.
Stars: ✭ 23 (+0%)
Mutual labels:  deprecated, unmaintained
Axe Cli
[Deprecated] A command-line interface for the aXe accessibility testing engine
Stars: ✭ 419 (+1721.74%)
Mutual labels:  deprecated, unmaintained
jade-babel
Jade plugin for Babel
Stars: ✭ 39 (+69.57%)
Mutual labels:  deprecated, unmaintained
Framework7 With Angularjs Demo App
⛔️ Unmaintained and deprecated!
Stars: ✭ 81 (+252.17%)
Mutual labels:  deprecated, unmaintained
Vagrant Librarian Chef
*UNMAINTAINED* A Vagrant plugin to install Chef cookbooks using Librarian-Chef.
Stars: ✭ 80 (+247.83%)
Mutual labels:  deprecated, unmaintained
React Axe
[DEPRECATED] Accessibility auditing for React.js applications
Stars: ✭ 1,201 (+5121.74%)
Mutual labels:  deprecated, unmaintained
django-snow
ServiceNow Ticket Management App for Django based projects
Stars: ✭ 16 (-30.43%)
Mutual labels:  deprecated, unmaintained
Cudlr
⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
Stars: ✭ 167 (+626.09%)
Mutual labels:  deprecated, unmaintained
passion
An object-oriented LÖVE game engine
Stars: ✭ 35 (+52.17%)
Mutual labels:  deprecated, unmaintained
golang-openshift
Template for running Go programs on OpenShift
Stars: ✭ 62 (+169.57%)
Mutual labels:  unmaintained
react-infinity-menu
A react component that displays an unlimited deep menu
Stars: ✭ 59 (+156.52%)
Mutual labels:  deprecated
language-perl6fe
»ö« Atom Perl 6 Support - Forgotten Edition »ö«
Stars: ✭ 16 (-30.43%)
Mutual labels:  unmaintained
is-safe-integer
ES2015 Number.isSafeInteger() ponyfill
Stars: ✭ 16 (-30.43%)
Mutual labels:  deprecated
build-relengapi
INACTIVE - http://mzl.la/ghe-archive - Your Interface to Release Engineering Automation -
Stars: ✭ 14 (-39.13%)
Mutual labels:  unmaintained
silan
audio file [silence] analyzer
Stars: ✭ 33 (+43.48%)
Mutual labels:  unmaintained

cleverbot

Ruby wrapper for Cleverbot.

Examples

Talk to Cleverbot with Cleverbot::Client.write

@params = Cleverbot::Client.write 'Hi.'
@params['message'] # => "How are you?"
@params['sessionid'] # => "ABC01234567"

@params.keep_if { |key, value| Cleverbot::Client::DEFAULT_PARAMS.keys.include? key }
@params['message'] # => nil
@params['sessionid'] # => "ABC01234567"

@params = Cleverbot::Client.write 'Good, you?', @params
@params['message'] # => "Good."
@params['sessionid'] # => "ABC01234567"

Talk to Cleverbot with Cleverbot::Client#write to manage parameters.

@client = Cleverbot::Client.new
@client.write 'Hi.' # => "How are you?"
@client.write 'Good, you?' # => "Good."

Contributing to cleverbot

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet

  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2011 Benjamin Manns. See LICENSE.txt for further details.

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].