diff --git a/.gitignore b/.gitignore index 5bfb3cf..fe7f44f 100644 --- a/.gitignore +++ b/.gitignore @@ -173,4 +173,11 @@ tools/ logs/* bitly.js update.js -users/ \ No newline at end of file +ArcherBot.js +CookieMonsterBot.js +InternetBot.js +JsonParser.js +KarmaBot.js +Knowledge_Bot.js +WizardBot.js +XBucksBot.js \ No newline at end of file diff --git a/users/example.js b/users/example.js new file mode 100644 index 0000000..efcde8b --- /dev/null +++ b/users/example.js @@ -0,0 +1,24 @@ +var loyaltybot = require('./../lib/initialize.js'); + +loyaltybot.initialize({ + // twitch info + twitch : { + channel : 'loyaltybot', + bot : {name: 'LoyaltyBot', password: 'password'}, + subscribers : 'https://spreadsheets.google.com/feeds/list/****/od6/public/basic?alt=json' + }, + + // currency info + currency : { + name : 'Points', + payrate : 15, + host : '1.1.1.1', + user : 'loyalty', + password : 'pass', + database : 'loyaltypoints', + website : 'http://www.loyaltypoints.com' + }, + + // optional features + commands: true +}); \ No newline at end of file