Linux Twitter Command Line Updates

James Finstrom jfinstrom at rhinoequipment.com
Sat May 9 13:38:01 MST 2009


I have been palying quite a bit with the twitter api with curl via
bash and php and have done a bit of asterisk intigration with
tweet2call (http://dontcallmyboss.com/projects/) which generates
callbacks in to a queue via direct message. I also have a script that
tracks calls to the piggy flu hotline (http://twitter.com/piggy_phone)
people call in it tweets the state and areacode of the call. Neat
stuff

On 5/9/09, Lisa Kachold <lisakachold at obnosis.com> wrote:
> Easy Twittering:
>
> In Ubuntu, install curl with apt-get install curl, then create a file
> paste the line below into it, modify the username and password
> strings:
>
> curl --basic --user "username:password" --data-ascii "status=`echo
> $@|tr ' ' '+'`" "http://twitter.com/statuses/update.json"
>
> Save or copy the file into /usr/bin, and you’re done.
>
> $ /usr/sbin/twit Time to head over to the PLUG Meeting in Tempe
>
> You can also follow updates (name it plugtweet):
>
> !/bin/bash
> while :
> do
> curl -s http://twitter.com/statuses/public_timeline.xml | sed -ne
> '/<text/s<\/*text>//gp'
> sleep 10
> done
> exit
> Next, make this script executable. Then, run it using the command:
> ./plugtweet
>
>
> On Fri, May 8, 2009 at 1:10 PM, Bear Wadleigh <bearlinux at gmail.com> wrote:
>
>> I've been a walking wifi access point for over a year using a
>> cradlepoint phs300 and a sprint mobile broadband modem(Novatel U727)
>> it's not as compact but works great. You can have as many devices
>> connected as you want intead of just 5. Works with any carrier. Only
>> real downside is battery life and price.
>>
>> On Fri, May 8, 2009 at 10:01 AM, Mitch Frazier <mitch at linuxjournal.com>
>> wrote:
>> > We were talking about getting wifi in the forest last night.  Here's a
>> > new device that might be useful, a bit pricey perhaps.
>> >
>> >
>> http://www.nytimes.com/2009/05/07/technology/personaltech/07pogue.html?_r=2&em
>> >
>> > _______________________________________________
>> > PLUG-devel mailing list  -  PLUG-devel at lists.PLUG.phoenix.az.us
>> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel
>> >
>> _______________________________________________
>> PLUG-devel mailing list  -  PLUG-devel at lists.PLUG.phoenix.az.us
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel
>>
>
>
>
> --
> www.obnosis.com (503)754-4452
> "Contradictions do not exist." A. Rand
>

-- 
Sent from my mobile device

James Finstrom
Rhino Equipment Corp.
http://rhinoequipment.com ~ http://postug.com
Phone: 1-877-RHINO-T1 ~ FAX: +1 (480) 961-1826
Twitter: http://twitter.com/rhinoequipment
IP: guest at asterisk.rhinoequipment.com


More information about the PLUG-discuss mailing list