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

outdatedDart 1 only

A library for interacting with cleverbot.

example/cleverbot_example.dart

// Copyright (c) 2017, 'rinukkusu'. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:cleverbot/cleverbot.dart';

main() async {
  var cleverbot = new Cleverbot("0123456789ABCDEF");
  var result = await cleverbot.think('Hello Cleverbot!');
  print(result);
}
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

More

Packages that depend on cleverbot