Skip to content

Instantly share code, notes, and snippets.

@monde
Created October 28, 2011 16:21
Show Gist options
  • Save monde/1322675 to your computer and use it in GitHub Desktop.
Save monde/1322675 to your computer and use it in GitHub Desktop.
$ heroku logs
2011-10-28T12:50:03+00:00 app[app.1]: rooms: [ '383535' ],
2011-10-28T12:50:03+00:00 app[app.1]: account: 'hark1',
2011-10-28T12:50:03+00:00 app[app.1]: domain: 'hark1.campfirenow.com',
2011-10-28T12:50:03+00:00 app[app.1]: authorization: 'Basic N2FlZWRjMjAzMGNiODFkZTg3NDQxNDJhYjk2ZGMwZThkOTI1ODFlMDp4' }
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(calc|calculate|convert|math)( me)? (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*keep (.*) alive$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*don'?t keep (.*) alive$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*what are you keeping alive/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(.*) tweet/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*remind me in ((?:(?:\d+) (?:weeks?|days?|hours?|hrs?|minutes?|mins?|seconds?|secs?)[ ,]*(?:and)? +)+)to (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*show storage$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*show users$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*travis me (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*PING$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*ECHO (.*)$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(?:(satellite|terrain|hybrid)[- ])?map me (.+)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(google)( me)? (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(sudo)(.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*who is ([\w .-]+)\?*$/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(image|img)( me)? (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*animate me (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(?:mo?u)?sta(?:s|c)he?(?: me)? (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(translate)( me)?(( from) ([a-z]*))?(( (in)?to) ([a-z]*))? (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*there's a gem for (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*what's playing (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*stock( me)?( -(\d+\w+))? (.*)/i
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*help$/i
2011-10-28T12:50:03+00:00 app[app.1]: Loading hubot-scripts from /app/hubot-scripts.json
2011-10-28T12:50:03+00:00 app[app.1]: Successfully connected to Redis
2011-10-28T12:50:03+00:00 app[app.1]: /^CommityMcBot:?\s*(.*) tweet/i
2011-10-28T12:50:03+00:00 app[app.1]: { user:
2011-10-28T12:50:03+00:00 app[app.1]: { type: 'Member',
2011-10-28T12:50:03+00:00 app[app.1]: created_at: '2011/03/10 19:01:50 +0000',
2011-10-28T12:50:03+00:00 app[app.1]: avatar_url: 'http://asset0.37img.com/global/missing/avatar.png?r=3',
2011-10-28T12:50:03+00:00 app[app.1]: id: 857617,
2011-10-28T12:50:03+00:00 app[app.1]: admin: false,
2011-10-28T12:50:03+00:00 app[app.1]: name: 'CommityMcBot',
2011-10-28T12:50:03+00:00 app[app.1]: email_address: '[email protected]',
2011-10-28T12:50:03+00:00 app[app.1]: api_auth_token: '7aeedc2030cb81de8744142ab96dc0e8d92581e0' } }
2011-10-28T12:50:03+00:00 heroku[app.1]: State changed from starting to up
2011-10-28T13:35:28+00:00 app[app.1]: Streaming Connection closed. :(
2011-10-28T13:35:28+00:00 heroku[app.1]: Process exited
2011-10-28T13:35:30+00:00 heroku[app.1]: State changed from up to crashed
2011-10-28T13:35:30+00:00 heroku[app.1]: State changed from crashed to created
2011-10-28T13:35:30+00:00 heroku[app.1]: State changed from created to starting
2011-10-28T13:35:32+00:00 heroku[app.1]: Starting process with command `bin/hubot -a campfire -n CommityMcBot`
2011-10-28T13:35:32+00:00 app[app.1]: Loading deploy-local scripts at /app/scripts
2011-10-28T13:35:32+00:00 app[app.1]: Loading hubot core scripts for relative scripts at /app/src/hubot/scripts
2011-10-28T13:35:32+00:00 app[app.1]: rooms: '383535',
2011-10-28T13:35:32+00:00 app[app.1]: { token: '7aeedc2030cb81de8744142ab96dc0e8d92581e0',
2011-10-28T13:35:32+00:00 app[app.1]: account: 'hark1' }
2011-10-28T13:35:32+00:00 app[app.1]: { token: '7aeedc2030cb81de8744142ab96dc0e8d92581e0',
2011-10-28T13:35:32+00:00 app[app.1]: rooms: [ '383535' ],
2011-10-28T13:35:32+00:00 app[app.1]: domain: 'hark1.campfirenow.com',
2011-10-28T13:35:32+00:00 app[app.1]: account: 'hark1',
2011-10-28T13:35:32+00:00 app[app.1]: authorization: 'Basic N2FlZWRjMjAzMGNiODFkZTg3NDQxNDJhYjk2ZGMwZThkOTI1ODFlMDp4' }
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(google)( me)? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*what's playing (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(the rules|the laws)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*remind me in ((?:(?:\d+) (?:weeks?|days?|hours?|hrs?|minutes?|mins?|seconds?|secs?)[ ,]*(?:and)? +)+)to (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*animate me (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(image|img)( me)? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(?:mo?u)?sta(?:s|c)he?(?: me)? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*keep (.*) alive$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*what are you keeping alive/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*don'?t keep (.*) alive$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(translate)( me)?(( from) ([a-z]*))?(( (in)?to) ([a-z]*))? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(sudo)(.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(weather)( in)? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*who is ([\w .-]+)\?*$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*([\w .-]+) is (["'\w: ]+)[.!]*$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*([\w .-]+) is not (["'\w: ]+)[.!]*$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(youtube|yt)( me)? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*stock( me)?( -(\d+\w+))? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(.*) tweet/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(calc|calculate|convert|math)( me)? (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*there's a gem for (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*help$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(?:(satellite|terrain|hybrid)[- ])?map me (.+)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*travis me (.*)/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*show storage$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*show users$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*haters/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*PING$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*ECHO (.*)$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*DIE$/i
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*TIME$/i
2011-10-28T13:35:32+00:00 app[app.1]: Loading hubot-scripts from /app/hubot-scripts.json
2011-10-28T13:35:32+00:00 app[app.1]: Successfully connected to Redis
2011-10-28T13:35:32+00:00 app[app.1]: /^CommityMcBot:?\s*(.*) tweet/i
2011-10-28T13:35:32+00:00 app[app.1]: { type: 'Member',
2011-10-28T13:35:32+00:00 app[app.1]: { user:
2011-10-28T13:35:32+00:00 app[app.1]: created_at: '2011/03/10 19:01:50 +0000',
2011-10-28T13:35:32+00:00 app[app.1]: avatar_url: 'http://asset0.37img.com/global/missing/avatar.png?r=3',
2011-10-28T13:35:32+00:00 app[app.1]: id: 857617,
2011-10-28T13:35:32+00:00 app[app.1]: admin: false,
2011-10-28T13:35:32+00:00 app[app.1]: name: 'CommityMcBot',
2011-10-28T13:35:32+00:00 app[app.1]: email_address: '[email protected]',
2011-10-28T13:35:32+00:00 app[app.1]: api_auth_token: '7aeedc2030cb81de8744142ab96dc0e8d92581e0' } }
2011-10-28T13:35:33+00:00 heroku[app.1]: State changed from starting to up
$ heroku ps
Process State Command
------------ ------------------ ------------------------------
app.1 up for 2h bin/hubot -a campfire -n CommityMc..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment