<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Christopher S. Penn's Awaken Your Superhero - Latest Comments in How to Twitter from Terminal on the Mac</title><link>http://christopherspenn.disqus.com/</link><description>Christopher S. Penn's Awaken Your Superhero</description><language>en</language><lastBuildDate>Wed, 07 May 2008 21:54:25 -0000</lastBuildDate><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519114</link><description>Huh, my quotes looked funny around the $1  -  I created the text file using the cat command.  Fixed the quotes with pico, they look right now, and it works.  Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bonnie</dc:creator><pubDate>Wed, 07 May 2008 21:54:25 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519113</link><description>This looks great.  I don't know anything about compiling commands so I tried the curl that comes with OS X.  When I try this only the content up to my first space is posted on Twitter.   Do you think that's my curl or is there something else you think it might be?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bonnie</dc:creator><pubDate>Wed, 07 May 2008 13:47:55 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519112</link><description>Hello,&lt;br&gt;&lt;br&gt;I like you script, its simple and sweet.  I only have to say that its probably not a good idea to advise people to chmod something to 777.  This would enable other users (who would have access to your machine or network) to see not only the password which is hard coded in the script, but to change the script and insert something malicious.  Perhaps something a bit more conservative like 700 would be a better choice.  This value would mean that the owner (you) has read, write and execute permissions on the file, but no one else.  I know you probably, and rightfully trust the people on your network, but hey--its the same amount of typing and you get free security :).&lt;br&gt;&lt;br&gt;Kind Regards,&lt;br&gt;&lt;br&gt;Jesse</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesse</dc:creator><pubDate>Fri, 18 Apr 2008 05:23:59 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519111</link><description>to improve that, and use without commas i make it&lt;br&gt;&lt;br&gt;&lt;br&gt;crimeboy@groselia:~$ cat twi &lt;br&gt;#!/bin/bash&lt;br&gt;# requires curl&lt;br&gt;###########################&lt;br&gt;&lt;br&gt;######## CONFIG&lt;br&gt;USER=YOULOGIN&lt;br&gt;PASS=YOURPASS&lt;br&gt;URL="http://twitter.com/statuses/update.xml"&lt;br&gt;###############&lt;br&gt;curl -u $USER:$PASS -d status="$*" -s -o /dev/null ${URL}</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crimeboy</dc:creator><pubDate>Tue, 15 Apr 2008 20:53:13 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519110</link><description>Dunno - as a rule, I typically compile major packages I know I'm going to use from source. That's a me oddity :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher S. Penn</dc:creator><pubDate>Sun, 06 Apr 2008 01:18:56 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519109</link><description>Does this not work with the curl that ships with Leopard?  I left my password out of the command, was prompted for it, but my post didn't appear.  I saw the html go by. &lt;br&gt;&lt;br&gt;Cool.  I'll be looking into Chris Brogan's question.  I'm definitely interested in seeing Tweets in the Terminal.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murphy Mac</dc:creator><pubDate>Sat, 05 Apr 2008 00:32:26 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519108</link><description>Now, works fine. I don't know what's happened.&lt;br&gt;Only to add the script works in gnu/linux OS too&lt;br&gt;Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">carlos</dc:creator><pubDate>Tue, 08 Jan 2008 14:57:13 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519107</link><description>Hi, &lt;br&gt;I work with ubuntu 7.10&lt;br&gt;I've follow the steps but when I type in the terminal:&lt;br&gt;tw&lt;br&gt;and ask for my host password I enter my twitter pass, but it says:&lt;br&gt; Couldn't resolve host&lt;br&gt;The host pass and the twitter pass are different?&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">carlos</dc:creator><pubDate>Tue, 08 Jan 2008 11:58:44 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519106</link><description>Thanks! I added the silent option and sent the stdout text to heck:&lt;br&gt;&lt;br&gt;#!/usr/bin/env sh&lt;br&gt;curl -u yourusername -d status="$1" -s -o /dev/null &lt;a href="http://twitter.com/statuses/update.xml" rel="nofollow"&gt;http://twitter.com/statuses/update.xml&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Pennebaker</dc:creator><pubDate>Thu, 14 Jun 2007 01:10:11 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519105</link><description>That's for outbound, right? Is there a way to "tail the log" and watch realtime status come IN?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Brogan...</dc:creator><pubDate>Fri, 01 Jun 2007 17:42:50 -0000</pubDate></item><item><title>Re: How to Twitter from Terminal on the Mac</title><link>http://www.christopherspenn.com/2007/06/01/how-to-twitter-from-terminal-on-the-mac/#comment-2519104</link><description>Anyone know if this or something similar works in windows?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Johnson, Jr.</dc:creator><pubDate>Fri, 01 Jun 2007 15:11:20 -0000</pubDate></item></channel></rss>