An open API service indexing awesome lists of open source software.

https://github.com/xingbofeng/terminal-chat-robot

:alien:A chat-robot which runs in terminal.
https://github.com/xingbofeng/terminal-chat-robot

chat-robot node pip3 python python3

Last synced: over 1 year ago
JSON representation

:alien:A chat-robot which runs in terminal.

Awesome Lists containing this project

README

          

# terminal-chat-robot
[![downloads-image](http://img.shields.io/npm/dm/terminal-chat-robot.svg)](https://github.com/xingbofeng/terminal-chat-robot)
[![pip-image](https://badge.fury.io/py/terminal-chat-robot.svg)](https://github.com/xingbofeng/terminal-chat-robot)
[![travis-image](http://img.shields.io/travis/xingbofeng/terminal-chat-robot.svg)](https://github.com/xingbofeng/terminal-chat-robot)
[![appveyor-image](https://ci.appveyor.com/api/projects/status/bsu9w9ar8pboc2nj?svg=true)](https://github.com/xingbofeng/terminal-chat-robot)
[![codeship-image](https://codeship.com/projects/79da7240-5481-0132-ea32-42ab35009c21/status)](https://github.com/xingbofeng/terminal-chat-robot)
[![david-dm-image](https://david-dm.org/xingbofeng/terminal-chat-robot.svg)](https://github.com/xingbofeng/terminal-chat-robot)

It's a terminal robot which can chat with you.

[中文文档](./README_ZH.md)

Thanks for [tuling123 API](http://www.tuling123.com/help/h_cent_webapi.jhtml?nav=doc).

## Quickly Start
* Python3
```bash
pip3 install terminal-chat-robot
terminal-chat-robot
```
* Node.js

```bash
npm install -g terminal-chat-robot
terminal-chat-robot
tcr
```

## Source code
Thanks @wangning0 [#1](https://github.com/xingbofeng/terminal-chat-robot/issues/1)!

* Checkout your branch to python
* Checkout your branch to node

## Technology stack
* python3
* pip3
* Node.js

If you are a developer of `Python`, you should update the version of your `Python`, this project is only supported `Python3.x`.

And if you are a developer of `Node.js`, this project is based on `es5` :smile:!Without any grammar of `es6`, it can run Lower version of `Node.js`.

## Screenshots
![image](./screenshots/1.png)

![image](./screenshots/2.png)

## Support
Thanks for you support,being glad for your `star`, `pr`, `follow` and `issue`.

When you see bugs.You can mail to me! me@xingbofeng.com !

## LICENSE
[MIT](./LICENSE)