https://github.com/fiveisprime/ocw-bot
IRC bot for lulz in the ocw channel.
https://github.com/fiveisprime/ocw-bot
Last synced: about 1 year ago
JSON representation
IRC bot for lulz in the ocw channel.
- Host: GitHub
- URL: https://github.com/fiveisprime/ocw-bot
- Owner: fiveisprime
- Created: 2013-11-02T03:00:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T15:43:45.000Z (over 11 years ago)
- Last Synced: 2024-04-14T02:21:40.462Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 13.6 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ocw-bot [](https://travis-ci.org/fiveisprime/ocw-bot)
=======
IRC bot for lulz in the ocw channel.
# Text to JSON
There is a plain text to JSON migrator that will take data from a text file,
split it on newline characters, then dump that data to a JSON file.
The migration command from the root directory is
$ node migrators/text-to-json.js
To use this JSON file in the bot, just require it and use it as an array of
data.
# Continuous Integration
All changes that are pushed will trigger build and deploy the changes if the
`npm test` passes.