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

https://github.com/joakin/vicky-bot

A wikipedia chat bot
https://github.com/joakin/vicky-bot

Last synced: about 1 year ago
JSON representation

A wikipedia chat bot

Awesome Lists containing this project

README

          

vicky: the wikipedia chat bot
=============================

Vicky is a bot to interact with wikipedia via chat.

Currently it only supports Hangouts.

To interact with the deployed version, add `vickypediabot@gmail.com` to
hangouts, and start chatting with her!

## Usage

Depends on node >= 6

You need a `conf.json` based on `conf-sample.json`

```
npm install
node index.js
```

For testing locally without having to connect to hangouts:

```
node cli.js
```

For running the tests:

```
npm test # Run tests once
npm run test:watch # Run test watcher
```