https://github.com/parzival-space/clevercmd
A NPX package to interact with Cleverbot
https://github.com/parzival-space/clevercmd
chat cleverbot cleverbotfree-api fun terminal
Last synced: 11 days ago
JSON representation
A NPX package to interact with Cleverbot
- Host: GitHub
- URL: https://github.com/parzival-space/clevercmd
- Owner: parzival-space
- License: gpl-3.0
- Created: 2021-07-28T17:09:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T17:55:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T10:08:37.392Z (over 1 year ago)
- Topics: chat, cleverbot, cleverbotfree-api, fun, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/clevercmd
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# clevercmd
CleverCMD is a command line utility to chat with cleverbot.com.
Its a little side project, but it's fun to play with.
I just created it for fun, so don't expect too much.
## How to use
Just run the following command in your terminal (requires Node.js to be installed):
```
npx clevercmd
```
## Demo

### Thanks
Thank you to [@IntriguingTiles](https://github.com/IntriguingTiles) for creating [cleverbot-free](https://www.npmjs.com/package/cleverbot-free) which I used to communicate with the cleverbot API.