cleverbot 0.0.5 copy "cleverbot: ^0.0.5" to clipboard
cleverbot: ^0.0.5 copied to clipboard

outdatedDart 1 only

A library for interacting with cleverbot.

cleverbot #

A library for interacting with cleverbot.

Usage #

A simple usage example:

import 'package:cleverbot/cleverbot.dart';

main() async {
  var cleverbot = new Cleverbot("0123456789ABCDEF");
  var result = await cleverbot.think('Hello Cleverbot!');
  print(result);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A library for interacting with cleverbot.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, utf

More

Packages that depend on cleverbot