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
- Host: GitHub
- URL: https://github.com/joakin/vicky-bot
- Owner: joakin
- Created: 2016-05-03T17:26:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T19:19:08.000Z (over 9 years ago)
- Last Synced: 2025-02-18T19:54:37.246Z (over 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```