On Jan 11, 2012, at 9:56 PM, Kevin Fusselman wrote:Run this and tell me what it says:
> So when I run that, it barfs all over:
> Couldn't load class (Net::Twitter::Role::OAuth) because: Bareword "Net::OAuth::PROTOCOL_VERSION_1_0A" not allowed while "strict subs" in use at /usr/share/perl5/Net/Twitter/Role/OAuth.pm line 14.
> ...omitted...
>
> (Fwiw, I'm testing on Dreamhost; Net::Twitter seems to be loaded, because I don't get an error when I include it...)
>
> I have to admit, I'm very VERY unfamiliar with Oauth, so I might be missing something super obvious...
perl -MNet::Twitter\ 100
Thanks,
j
On Wed, Jan 11, 2012 at 9:47 PM, Jay Hannah <jay@jays.net> wrote:
> On Jan 11, 2012, at 9:41 PM, Kevin Fusselman wrote:
>> Does anyone have experience tweeting from the *nix command line? We're looking to send tweets as a single user, for use with the Makery Management Micro. I've done some messing with it, but am having some trouble getting it to go.
>
> What is "the Makery Management Micro"?
>
> You can send tweets with a 10 line Perl script. If you want my help doing that let me know.
>
> https://metacpan.org/module/Net::Twitter
>
> Cheers,
>
> j