Slogger
Slogger copied to clipboard
Social logging script for Day One
On Yosemite, ruby 2.1.3, attempting to run the instagram plugin throws an error complaining about a missing rake Gem. Bundler shows the gem as being installed. ``` ./slogger -o instagram...
Below is the link to the Journal.dayone file that is saved in my dropbox and saved in the config file. /Users/brandoncullum/Dropbox/Apps/Day One Then I'm getting the following error in the...
Hi guys, Just wondering - have you seen the slogger project? https://github.com/bachya/Sifttter-Redux/issues/20 That too is Ruby. Thanks, Martin.
It would be nice to have a plugin that noted outbound mail sent by the user.
New install on Yosemite. I've edited the plugin with the details for the two accounts I'd like to track. Then updated the config via `./slogger --update-config` I then get the...
Console says: > 2015-02-04 10:16:03.636 AM Timing[793]: AppleEvents/sandbox: Returning errAEPrivilegeError/-10004 and denying dispatch of event misc/curd from process 'osascript'/0x0-0x1e31e3, pid=6833, because it is not entitled to send an AppleEvent to...
I keep getting repeated logging for an old event in the GithubLogger. How might I diagnose this? Thanks, M.
Hi, Is there a way to run slogger for, say, every eight hours over the period of last week? Or for say, the month of November last year? Thanks, Martin.
Is this already possible? I resorted to setting: ``` if config['debug'] then ## TODO - move into the Slogger class. @log.level = Logger::DEBUG @log.debug 'Enabled debug mode' end ```