Pyppeteer is a Python-porting of Puppeteer. It's a perfect tool for web crawling. Most articles on pyppeteer crawling are focusing on extracting data from the rendered pages. In this article, I'll show you another approach: crawling by intercepting web requests from the page.
Metro 整体上采用 C/S 结构,它对外暴露一个 Metro Server 类。Server 会在构造的时候接受一个结构,用于配置它内部的行为,这个结构是我们操纵 Server 内部行为的主要途径。因此想要正确控制打包器的话,首先要创建正确的配置结构,这个结构在 Metro 中称为 ConfigT。它定义于 metro-config 包的 configTypes.flow.js 中。