Slogger
Slogger copied to clipboard
Social logging script for Day One
Hi there, I was able to install Slogger, but I am unable to generate the slogger_config file. I downloaded the latest version of Xcode and installed the command line tools....
Slogger has been running fine forever here. Now, trying to activate the rdiologger.rb plugin, I got stuck on this step. Hints, please? ./slogger --update-config Initializing Slogger v2.1 (2.1.0.5)... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:230:in `activate':...
Hi I recently got a new MacBook Air (mid 2013). I run Mavericks 10.9.1 and I want to install slogger on my new machine. So I zipped up up the...
I modified oauth_token and oauth_token_secret in slogger_config and updated the configuration. But I still get when running "./slogger -o TwitterLogger": 21:04:01 TwitterLogger: Getting Twitter timeline for yaoyp /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/net/http.rb:918:in `connect': execution...
I am getting the following error message when running ./slogger --update-config /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/psych.rb:205:in `parse': (): did not find expected key while parsing a block mapping at line 2 column 1 (Psych::SyntaxError)...
### Pinboard I use the -s option, which should only log whatever that are newer since the last run. But I often see duplicated entries show up days after its...
Hi. I'm trying to get some plugins working but some are giving me undefined method errors. I'm running OS X 10.9 with the default ruby 2.0 install. I'm running slogger...
The Omnifocus plugin does not handle accented characters such as ó and á in task descriptions. The entries created in Day One have descriptions without this characters, so 'acción' in...
Hey guys, Here is the top of my twitter config file. I keep getting an error that I haven't configured twitter from the command line when I enter: ./slogger -o...
i have a fix for using slogger on a server. add to the plugins/twitterlogger.rb after the line " %x{open "#{request_token.authorize_url}"}" the line " puts "#{request_token.authorize_url}" " so it writes the...