Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diath/nvsk
IRC bot
https://github.com/diath/nvsk
bot irc javascript node utility
Last synced: 14 days ago
JSON representation
IRC bot
- Host: GitHub
- URL: https://github.com/diath/nvsk
- Owner: diath
- License: mit
- Created: 2017-02-14T15:51:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:58:59.000Z (about 2 years ago)
- Last Synced: 2024-11-13T03:35:34.041Z (2 months ago)
- Topics: bot, irc, javascript, node, utility
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
nvsk
====nvsk is a utility bot for IRC written in JavaScript with the help of the [node-irc](https://github.com/martynsmith/node-irc) library.
Requirements
============nvsk requires Node.js to run as well as the set of the following libraries:
* irc
* random-js
* request
* wolfram-alphaThe requirements can be installed with ``npm install`` command from the root repository directory.
Installing
==========* git clone https://github.com/diath/nvsk
* cd nvsk
* cp nvsk/config.sample.js nvsk/config.js
* $EDITOR nvsk/config.js
* npm install
* npm startLicense
=======This software is licensed under the MIT license. See the [license file](LICENSE.md) for more details.