WeiboEmoji/src
English (United Kingdom) | 中文(简体,中国)
The src
folder contains the helper scripts to make it more convenient to generate a new release. These scripts can be divided into 2 parts as follows.
- Weibo Emoji Update Checker.
- The scripts to download Source 1 and process both sources to generate the content for a new release.
For more info about Part 1, please refer to the README file in the folder weibo-emoji-update-checker
. As for Part 2, the scripts contain 3 script files - the main entry, the downloader, and the output generator to process both sources. This README file primarily introduces Part 2.
May I have your attention pls? 🔥
-
By 11 March 2023, everything looks good with Visual Studio Code (Version: 1.76.1) + Python 3.11.1. The primary packages of Part 2 are listed in the following table. For more info, please refer to
requirements.txt
.Name Version Pillow 9.4.0 python-dotenv 1.0.0 -
You could manually create a file named
.env
under thesrc
directory and contain the following content. Please note that it is optional, and that the project should work well without it.VERSION=<the version of the new release; e.g., 5.0.0>