mypeople-irc-gateway
-
Install Dependencies.
cat cpandeps | cpanm
-
Edit the configuration in the source file.
- $IRC_HOST
- $IRC_PORT
- $IRC_NICK
- $IRC_CHANNEL
- $MYPEOPLE_APIKEY : If you not set, the script fill it from system environment values.
- $HTTP_PORT
-
And execute below in shell.
perl mypeople-irc-gateway.pl
or
MYPEOPLE_APIKEY=XXXXXXXXXXX perl mypeople-irc-gateway.pl
-
Set MyPeopleBot Callback URL to http://YOUR_HOST:$HTTP_PORT/callback and API Request IP to YOUR_IP in Daum MyPeople-Bot page.