Skip to content

delphinus/p5-WebService-Pastefire

Repository files navigation

NAME

WebService::Pastefire - module for using Pastefire.com

SYNOPSIS

use WebService::Pastefire;
my $pf = WebService::Pastefire->new(
    username => 'someuser',
    password => 'somepass',
);
$pf->paste('PASTE ME!');

DESCRIPTION

WebService::Pastefire is for using Pastefire.com - can send text to your iOS devices.

To specify you and your devices, you need username (= email address) & password. You must install Pastefire App to your devices and set the same username / password.

See Pastefire app › Home for detail setting.

METHODS

  • new()

Constructor. username & password are mandatory.

  • paste()

Set text you want paste to a parameter.

AUTHOR

JINNOUCHI Yasushi delphinus@remora.cx

SEE ALSO

Pastefire app › Home

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages