mikerogne / somereason

Just another IRC bot and learning experiment -- powered by Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

somereason irc bot

Just another IRC bot. All the cool kids are doing it! ๐Ÿ‘ˆ๐Ÿ‘ˆ๐Ÿ˜Ž

Getting Started

Prerequisites

Plugins Requiring API Key

Getting Up & Running

  • git clone git@github.com:mikerogne/somereason.git
  • npm ci
  • cp config/example-client.json config/client.json (this is where you set the config options)
  • cp config/example-env.json config/env.json (this is where you set the env options)
  • cp config/example-ignored_users.json config/ignored_users.json (this is where you set the ignored users - but use .ignore/.unignore for that)
  • npm start (Make sure to set the appropriate values in config/env.json - depending on which plugins you want to use!)

Running the tests

  • npm run test or npm run watch

JetBrains users might want to check out: Get rid of "Unresolved function/method/variable" warning in Jest test files

Contributing

License

This project is licensed under the ISC License

Acknowledgments

About

Just another IRC bot and learning experiment -- powered by Node.js.


Languages

Language:JavaScript 63.1%Language:TypeScript 36.9%