Closed holmesal closed 10 years ago
Intuitive, logical.
@alexwhittemore for the sake of speed, I'm going to grab the shell of the pushQueue server and throw it up on github for you. It's got some basic stuff like firebase connecting and URL switching based on production/development detection, and watching a queue for items.
I'd love to help with this, too. Let me know if there's anything I can do.
I've commandeered this and made it my project for this evening :smile:
Everything shortbot-side is up and running.
Well shit.
@alexwhittemore not trying to steal your thunder, but I couldn't resist the allure of doge gifs. Plus I needed a break from sdk work :)
We'll want to write an adapter like so: some adapters
Assume that you'll be passed a message, and a list of people in range.
You'll need to parse the message, work your magic, and push the result onto the walls of those users.
I'm thinking we could do a "hubotQueue" in the same way that we do a "pushQueue". Then, you could just listen to a single firebase location, and process them as you get them.
Whaddya think?