liangdabiao/fastmoss-rpa-skills — explained in plain English
Analysis updated 2026-05-18
Pull FastMoss product, creator, and shop rankings into CSV files.
Compare TikTok Shop rankings across sixteen different countries at once.
Track a single shop's new product launches over multiple days.
Generate a Markdown analysis report summarizing trends across rankings.
| liangdabiao/fastmoss-rpa-skills | 16nic/comfyui-agnes-ai | 6c696e68/gpt_signup_hybrid | |
|---|---|---|---|
| Stars | 19 | 19 | 19 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | data | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing Kimi WebBridge, an active FastMoss login in a real browser, and Python 3.8+.
fastmoss-rpa-skills is a collection of automation tools that pull data out of FastMoss, a data analysis platform for TikTok Shop, and turn it into spreadsheet files and written reports. It covers all seven of FastMoss's core sections: products, creators, shops, livestreams, videos and creative assets, an advertising engine, and overall market data. Instead of logging in on its own or working around FastMoss's login system, the tool drives the user's own already logged in Chrome or Edge browser through something called Kimi WebBridge, a connector that lets scripts control a real browser session. This means a person only has to sign into FastMoss once in their normal browser, and every script afterward reuses that same session rather than needing separate credentials, tokens, or captcha solving. Six of the seven modules work by reading data directly out of the web page's HTML tables, and are built to adapt automatically if FastMoss changes its page layout, since they read column headers dynamically rather than relying on fixed positions. The seventh module, covering overall market data, instead calls FastMoss's own JSON data endpoints directly from within the browser page, which the README says is faster and more reliable since it skips waiting for the page to render. Each module is organized as a self contained skill folder containing a documentation file, Python scripts for scraping and analysis, and reference notes. Every ranking script can pull data for multiple countries or product categories in a single run, covering sixteen markets including the United States, Indonesia, Thailand, and Malaysia, and can output both raw CSV files and a combined Markdown analysis report summarizing things like country distribution, category breakdowns, and products that repeat across multiple rankings. Running the tool requires Python 3.8 or newer, a modern Chrome or Edge browser, the Kimi WebBridge daemon and its browser extension installed and running, and an existing FastMoss account, since the depth of data available depends on the account's subscription level. The README states that no Node.js, Selenium, Playwright, Puppeteer, or headless browser software is needed, since the real browser handles all the page rendering itself.
A Python toolkit that automates a real logged in browser to pull FastMoss TikTok Shop data into CSV files and generate Markdown analysis reports.
Mainly Python. The stack also includes Python, Kimi WebBridge, Chrome.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.