Net::Rapidshare

Perl interface to the Rapidshare API
Download

Net::Rapidshare Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Mithun Ayachit
  • Publisher web site:
  • http://search.cpan.org/~mithun/

Net::Rapidshare Tags


Net::Rapidshare Description

Perl interface to the Rapidshare API Net::Rapidshare is a Perl module which provides a Perl interface to the Rapidshare API. You can view the full API Documentation at http://images.rapidshare.com/apidoc.txt.Note: Always make sure you do not make more API calls than necessary. Rapidshare servers use a IP-based credit system, which will ban a IP making very many small requests or just a few unnecessary big requests. Everything you do will add POINTS to your IP address. If you exceed a certain point limit, API calls are denied for 30 minutes. If you exceed this limit multiple times, your account is banned as well.SYNOPSIS use Net::Rapidshare; ## Initialize with account info my $rs = Net::Rapidshare->new( type => 'prem', login => 'mylogin', password => 'mypassword' ); ## Initialize and then add account info my $rs = Net::Rapidshare->new(); $rs->type('col'); $rs->login('mylogin'); $rs->password('mypassword'); ## Initialize with a cookie my $rs = Net::Rapidshare->new( cookie => 'ASJHDGSASJDHAKSD6543.....', ); # OR my $rs = Net::Rapidshare->new(); $rs->cookie('JHASGDASAAKSJHD65465.....'); Requirements: · Perl


Net::Rapidshare Related Software