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

NAME

mypeople-bot-ipupdate.pl - Update server IP address setting for MyPeople Bot API

VERSION

version 0.002

SYNOPSIS

        Daum MyPeople Bot API - Server IP Updator

        usage:  mypeople_bot_ipupdate.pl DAUMID DAUMPW IPADDR
        or      mypeople_bot_ipupdate.pl DAUMID DAUMPW

        options:
                --myip=MYIP_SERVICE_URL


        $ mypeople_bot_ipupdate DAUMID DAUMPW
        IPADDR is updated to XXX.XXX.XXX.XXX
        OK

        $ mypeople_bot_ipupdate DAUMID DAUMPW IPADDR
        IPADDR is updated to XXX.XXX.XXX.XXX
        OK

        $ mypeopel_bot_ipupdate --myip=http://ifconfig.me/ip DAUMID DAUMPW
        IPADDR is updated to XXX.XXX.XXX.XXX
        OK

        $ mypeopel_bot_ipupdate --myip=http://ifconfig.me/ip --myip=http://mabook.com:8080/myip DAUMID DAUMPW
        IPADDR is updated to XXX.XXX.XXX.XXX
        OK

AUTHOR

khs <sng2nara@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by khs.

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