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 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 > '///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 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 >> 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@lists.PLUG.phoenix.az.us >> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel >> > >> _______________________________________________ >> PLUG-devel mailing list - PLUG-devel@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@asterisk.rhinoequipment.com --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss