Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.
/ NexerqBot Public archive

Yes, I probably copied every single other twitch.tv chat bot that's already popular.

Notifications You must be signed in to change notification settings

NexerqDev/NexerqBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexerqBot

Another one of those twitch.tv bots that work pretty much the same to all the other ones out there.

Except this time it's written in CoffeeScript (which some others may have too).

Development setup

$ git clone https://github.com/nicholastay/NexerqBot && cd NexerqBot # or fork it and clone from your repo
$ npm install # Get deps
$ npm start # Initial launch to generate config (or use template if this fails badly)
$ vim config/config.cson # Edit the config
$ npm run migrate # Run DB migrations (ensure db config is in config.cson properly)
$ npm start # Launch the bot itself

(tested on mac, probably would work on linux/unix, npm scripts probably would fail on windows)

About

Yes, I probably copied every single other twitch.tv chat bot that's already popular.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published