plugbotapi
plugbotapi copied to clipboard
An API for creating bots on plug.dj
``` PlugBotAPI.prototype.joinwaitlist = function() { if (this.pageReady === true) { $( "#dj-button" ).trigger( "click" ); } }; PlugBotAPI.prototype.joinwaitlist(); ```
Change the woot and meh icons to .icon-woot and .icon-meh respectively Line 501: ``` if(which == 'woot') $('.icon-woot').click(); else if(which == 'meh') { $('.icon-meh').click(); } ```
Seems a bit like this is API is abandoned since it hasn't needed any changes as of late, but I'll ask anyway. It seems like the bot "sees" HTML entities...
I want to use [Sourcegraph](https://sourcegraph.com) for plugbotapi code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/atomjack/plugbotapi. (It should only take 30...
Figured I'd start a thread about it ;)
A lot of times on connect (especially within the last few days), the bot connects and sees zero users in the room... Since that's obviously not possible (he should at...
I know it hasn't been updated yet but I figured I'd get a convo going. :) My error is "TypeError: Cannot read property 'attribs' of undefined" in the plug-dj-login/index.js file...
Howdy, Usually I would get a stream.js error when plug was under heavy load but now it seems that it's just regularly happening. > stream.js:94 > throw er; // Unhandled...
is it possible for someone to do a tutorial on how to install phantomjs on windows. I have no idea what the hell I am doing