This document describes how to build a Weibo bot that responds to mentions with information about Perl modules. It involves setting up a Weibo application, using OAuth to authorize the bot, monitoring the mentions API to find mentions, querying the CPAN API to find module information, and posting replies on Weibo comments. The bot works by searching for the #cpan# tag in mentions, looking up the module on CPAN, generating a short URL for the results, and replying with that information.