Re: [twitter-dev] 'unix way' Twitter scripts - will they still work?

2010-05-17 Thread M. Edward (Ed) Borasky
On Monday, May 17, 2010 06:34:12 am Neal Rauhauser wrote: > I've published a handful of 'unix way' scripts written in perl and > based on Marc Mims' Net::Twitter library. The basic idea was to lower > the barrier of entry for folks who want some simple thing done - say a > unix admin who wants a

Re: [twitter-dev] 'unix way' Twitter scripts - will they still work?

2010-05-17 Thread Dana Contreras
Net::Twitter has an OAuth role that you can use: http://search.cpan.org/dist/Net-Twitter/lib/Net/Twitter/Role/OAuth.pm Take a look at the examples section on that page. The first example demonstrates a typical pattern for authorizing the client and storing the access token on disk. One complicat

[twitter-dev] 'unix way' Twitter scripts - will they still work?

2010-05-17 Thread Neal Rauhauser
I've published a handful of 'unix way' scripts written in perl and based on Marc Mims' Net::Twitter library. The basic idea was to lower the barrier of entry for folks who want some simple thing done - say a unix admin who wants a system to be able to tweet/DM. There are a lot of things that cou