I need to access GNOME keyrings from the Ruby programming language. However, I can't find any ruby libraries of gems. Specifically, I'm trying to get the Oauth keys for desktopcouch.
How can this be acheived?
Try keyring
https://rubygems.org/gems/keyring/versions/0.3.1
It works as simple as
require 'keyring'
keyring = Keyring.new
my_password = keyring.get_password('service', 'username')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With