App-Nopaste-Service-PastebinComAPI
view release on metacpan or search on metacpan
"APP_NOPASTE_PASTEBINCOM_USER_KEY"
The "APP_NOPASTE_PASTEBINCOM_USER_KEY" environmental variable needs to
contain your pastebin.com USER key. You can obtain a user key by running
this piece of code, changing "YOUR_API_KEY_HERE" to your pastebin.com
API key, "YOUR_PASTEBIN_LOGIN_HERE" to your pastebin.com login, and
"YOUR_PASTEBIN_PASSWORD_HERE" to your pastebin.com password:
perl -MWWW::Pastebin::PastebinCom::API -wle "print WWW::Pastebin::PastebinCom::API->new( api_key => q|YOUR_API_KEY_HERE|)->get_user_key(qw/YOUR_PASTEBIN_LOGIN_HERE YOUR_PASTEBIN_PASSWORD_HERE/);"
Note: pastebin.com/api has this to say about the user key: "if an
invalid api_user_key or no key is used, the paste will be created as a
guest".
SEE ALSO
WWW::Pastebin::PastebinCom::API, App::Nopaste,
App::Nopaste::Service::PastebinCom
AUTHOR
Zoffix Znet, "<zoffix at cpan.org>"
lib/App/Nopaste/Service/PastebinComAPI.pm view on Meta::CPAN
=head2 C<APP_NOPASTE_PASTEBINCOM_USER_KEY>
The C<APP_NOPASTE_PASTEBINCOM_USER_KEY> environmental variable needs to
contain your pastebin.com USER key. You can obtain a user key by
running this piece of code, changing C<YOUR_API_KEY_HERE> to your
pastebin.com API key, C<YOUR_PASTEBIN_LOGIN_HERE> to your pastebin.com
login, and C<YOUR_PASTEBIN_PASSWORD_HERE> to your pastebin.com password:
perl -MWWW::Pastebin::PastebinCom::API -wle "print WWW::Pastebin::PastebinCom::API->new( api_key => q|YOUR_API_KEY_HERE|)->get_user_key(qw/YOUR_PASTEBIN_LOGIN_HERE YOUR_PASTEBIN_PASSWORD_HERE/);"
Note: pastebin.com/api has this to say about the user key:
C<if an invalid api_user_key or no key is used, the paste will be
created as a guest>.
=head1 SEE ALSO
L<WWW::Pastebin::PastebinCom::API>, L<App::Nopaste>,
L<App::Nopaste::Service::PastebinCom>
=head1 AUTHOR
( run in 0.837 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )