irc-bot-nodejs is a simple IRC bot with basic functionalities
- install Node.js and then do
npm i
- change settings in config.example.js and save as config.js
- run with:
node bot.js
ornpm run start
- while in an IRC channel type any of the supported commands
!wp <Article>
- get summary from Wikipedia for article. Example:!wp Microsoft
.!weather [zip] <City>
- get weather info for city. Thezip
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.
- add more? ofc!
- reconnect after disconnecting from irc (until then, use: foreverjs/forever )
- 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
- GNU GPL v3