The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

t2delicious.pl - Links in your tweet to delicious.

SYNOPSIS

  carton exec -- perl ./bin/t2delicious.pl

CONFIG

Copy config.yaml.sample to config.yaml. And write your config.

config.yaml.sample

    twitter:
      consumer_key: your_consumer_key
      consumer_secret: your_consumer_secret
      token: your_token
      token_secret: your_token_secret
    delicious:
      user: your_delicious_username
      pswd: your_password
      debug: 0
    t2delicious:
      twitter_screen_name: your_twitter_name

DESCRIPTION

t2delicious.pl post your links in tweet and your favorite with tags. You should run this script using daemontools or supervisord or something else.

AUTHOR

Yoshihiro Sasaki, <ysasaki at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Yoshihiro Sasaki

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.