maile456/source-browser — explained in plain English
Analysis updated 2026-05-18
Search a Liandong Xiaodian merchant account's product catalog by keyword.
Filter listings to only show currently available or already-listed items.
Sort and filter products by price range and blocked keywords.
Keep login sessions saved locally without exposing account tokens.
| maile456/source-browser | adindazu/fextractor | anonymousraid/osint-mapping-tool | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | general | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires an already-activated merchant shop account on the Liandong Xiaodian platform to see any results.
source-browser is a tool you run on your own computer to search product listings on a Chinese merchant platform called Liandong Xiaodian, sometimes written as "chain shop." It is built for people who already have a merchant account on that platform and want an easier local page to search, filter, and sort the products they can resell. After installing Node.js, you start the tool with a single command and open it in your browser at localhost port 3000. From there you log in with your Liandong Xiaodian merchant account. The README is explicit that a plain account is not enough: you need a registered merchant account with the shop feature actually activated, or the tool will not show any products after login. Once logged in, you can search by keyword, such as a product name, filter results to only show items currently available or already listed, filter by price range, and sort either by availability first or by price. You can also add blocked words to hide certain listings you do not want to see, and open a details link for any product. If you choose to search across all result pages instead of one page, the tool pulls every page before showing anything, so it only displays results if every page succeeds, and it can be slow with large result sets. On privacy, the project states it does not ship with any built in accounts, passwords, cookies, or tokens. Your login session is saved only on your own machine in a local data file, which is excluded from version control so it will not be committed or shared accidentally. The README also warns not to share that data folder, environment files, zip packages, or screenshots that reveal account or shop details when sharing the code. The project explicitly says it is for personal learning, research, and legitimate authorized use only, is not an official tool of the platform it connects to, and may stop working if that platform changes its login or interface. No license is listed in the README.
A local tool for merchants on the Liandong Xiaodian platform to search, filter, and sort their available product listings.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
No license is stated in the README, so usage rights are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.