From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- ...gle-0-1-0-released-jabber-to-twitter-relay.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 content/posts/2009-03-14-joggle-0-1-0-released-jabber-to-twitter-relay.html (limited to 'content/posts/2009-03-14-joggle-0-1-0-released-jabber-to-twitter-relay.html') diff --git a/content/posts/2009-03-14-joggle-0-1-0-released-jabber-to-twitter-relay.html b/content/posts/2009-03-14-joggle-0-1-0-released-jabber-to-twitter-relay.html new file mode 100644 index 0000000..4be3442 --- /dev/null +++ b/content/posts/2009-03-14-joggle-0-1-0-released-jabber-to-twitter-relay.html @@ -0,0 +1,56 @@ +--- +date: "2009-03-14T20:05:38Z" +title: 'Joggle 0.1.0 Released: Jabber to Twitter Relay' +--- + +

I just released Joggle version 0.1.0. Joggle is a Jabber to +Twitter relay; tweets show up as instant messages, and instant +messages are posted as tweets.

+ +

Setting up Joggle is easy; all you need is Ruby, five minutes, and a +spare Jabber account:

+ +
# install joggle, create joggle directory
+sudo gem install joggle
+mkdir ~/.joggle
+
+# create joggle config file 
+# (replace joggle@example.com and abc123 with your spare jabber 
+# account and password, respectively)
+echo -e "jabber.user joggle@example.com\njabber.pass abc123" > ~/.joggle/joggle.cfg
+
+# run joggle in the background
+joggle --daemon --config ~/.joggle/joggle.cfg
+
+ +

Next, add the specified Jabber account (joggle@example.com, in the +example above) to the buddy list in your Jabber client.

+ +

Finally, register your twitter username and password with Joggle by +sending an instant message like this: .register TWITTER_USER TWITTER_PASS +(replace TWITTER_USER and TWITTER_PASS with your Twitter username +and password).

+ +

You can also share your Joggle installation with your friends; have them +add the Jabber account to their buddy list and send a .register +command.

+ +

See the README file for detailed installation instructions and a +full list of configuration options.

+ +

Files:

+ + + +

+Update: Comments for this site are still broken, but I've +cross-posted this release announcement on Reddit, so feel free to +post a comment over there. +

+ -- cgit v1.2.3