Implementing WXS Modules in WeChat Mini Programs

Using WXS in Views Integrate script blocks into WXML by utilizing the <wxs> tag. Define the module namespace with module and link the source file via src. Functions within these blocks are callable directly using Mustache syntax. <wxs module="utilLib" src="/pages/lib/helpers.wxs"></wxs> <view>{{ utilL ...

Posted on Thu, 07 May 2026 21:08:45 +0000 by lajollabob

WeChat Friend Analytics: Visualizing Gender Distribution, Location Heatmaps, and Signature Word Clouds

Overview This article extends the WeChat bot implementation by analyzing friend statistics using wxpy library. The analysis covers gender distribution, geographic distribution across provinces and cities, signature word clouds, and location-based heatmaps. Implementation Components Word Cloud Generation The wordcloud libray generates visual wor ...

Posted on Thu, 07 May 2026 12:57:07 +0000 by x01440