Skip to main content


There are 3 #Swift relatedt things i wanted to explore but I never had time to do so. They are
- Swift Argument Parser: a library for elegant and nice parsing of command-line argument
- SwiftSoup: a library used for web scraping
- Creating a full Swift utility as an SPM package rather than Xcode project. I was forced, or rather motivated to do all 3 thanks to my Chinese university studies. In order to download audio material for the official #HSK #book, one needs to go to a website, click a link for the file, and confirm whether you want to download it, for sure! Tage into account that the server is slow, and every such operation takes a minute or something like that, multiply that by the number of tracks and by the number of books. I have discovered that the HSk sites have the exactly same structure, hence I want to build an utility that will scrape the website and download the files for me and my teachers. I want to publish my work to Github so yall can roast the unstructuredmess it is heh. There's always room for improvement.