/irc-bot-nodejs

Simple IRC bot made using node.js & node-irc

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Repo Size Build Status Dependency Status devDependency Status License

irc-bot-nodejs

irc-bot-nodejs is a simple IRC bot with basic functionalities

Usage

  1. install Node.js and then do npm i
  2. change settings in config.example.js and save as config.js
  3. run with: node bot.js or npm run start
  4. while in an IRC channel type any of the supported commands

Commands:

  • !wp <Article> - get summary from Wikipedia for article. Example: !wp Microsoft.
  • !weather [zip] <City> - get weather info for city. The zip argument is not required.
    Example: !weather Zagreb or !weather 10000,hr will show the weather for Zagreb.
  • !tv, !next, !last <showname> - Example: !next Suits - gets info about the next Suits episode.
  • !isup - checks if a specified site is up. Example: !isup www.github.com
  • !csgo - get player info for the game Counter-Strike: Global Offensive
  • !g, !google - search via google and show first result
  • !remind - set a reminder. Example: !remind 16:30 Grab a beer. Limitation: only time allowed, no date.

To-do:

  • add more? ofc!
  • reconnect after disconnecting from irc (until then, use: foreverjs/forever )

Done:

  • Weather command
  • TVRage
  • Isup to check if site is up
  • NickServ identify
  • Separate config file for easier bot configuration & usage
  • URL parser for: Github, SoundCloud, Twitter, Youtube, Imgur
  • Counter-Strike: Global Offensive player info

License:

  • GNU GPL v3