Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ Source Genius β€” Shareable Setup Package (v7.1.54)

License: MIT Platform Chrome MV3 Turnkey Parent Project

The standalone, turnkey client deployment bundle of Source Genius for rapid workstation onboarding and automated configuration.

Overview β€’ Package Components β€’ Turnkey Installation β€’ Troubleshooting β€’ License


🌟 Overview

SourceGenius-Share is the zero-friction, redistributable workstation package of the Source Genius brand website discovery suite. Designed for swift onboarding of remote operators, team members, and clean Windows laptops, it packages both the Manifest V3 Chrome Extension and the Autonomous Local Brand Reader with a one-click automated setup script.


🧩 Package Components

This bundle couples two synchronized systems that operate in tandem:

flowchart LR
    A[START-HERE.bat] -->|Automated Verification| B(Chrome Extension: extension/)
    A -->|Environment Initialization| C(Local Scraper Daemon: scraper/)
    B <-->|Local WebSockets / HTTP Loopback: 127.0.0.1| C
    B -->|User Triggers| D[Amazon Product Page]
    C -->|Real Browser Playwright Session| D
    C -->|Extract Verified Brand & Website| B
Loading
  1. extension/ (Chrome Manifest V3 Extension):
    • Provides the visual sidepanel UI inside Google Chrome.
    • Allows users to ingest ASINs, trigger brand extraction, and export leads.
  2. scraper/ (Local Brand Reader Daemon):
    • Controls an anti-bot patched browser instance so Amazon serves unblocked product pages.
    • Without the scraper running, the extension UI functions, but product pages cannot be read.
  3. START-HERE.bat (Automated Bootstrap Script):
    • Automatically verifies Python installation, installs missing requirements, launches the local reader daemon, and guides the user to load the unpacked extension into Chrome.

πŸ“ Repository Structure

SourceGenius-Share/
β”œβ”€β”€ START-HERE.bat              # One-click Windows turnkey launcher & health verifier
β”œβ”€β”€ README.txt                  # Simple plain-text operator instructions
β”œβ”€β”€ extension/                  # Complete Manifest V3 extension ready for Chrome
β”‚   β”œβ”€β”€ manifest.json
β”‚   β”œβ”€β”€ background.js
β”‚   β”œβ”€β”€ sidepanel.html
β”‚   └── sidepanel.js
β”œβ”€β”€ scraper/                    # Local Python brand reader daemon & stealth drivers
β”‚   β”œβ”€β”€ brand_reader.py
β”‚   └── requirements.txt
β”œβ”€β”€ .gitignore                  # Package and artifact exclusions
└── LICENSE                     # Open-source MIT License

⚑ Step-by-Step Onboarding

1. Initial Setup

  1. Download or clone this repository to your target PC.
  2. Double-click START-HERE.bat.
  3. The script will automatically verify Python and start the local scraper worker.

2. Load Extension in Chrome

  1. Open Google Chrome and visit chrome://extensions/.
  2. Toggle on Developer mode in the upper-right corner.
  3. Click Load unpacked and select the extension/ directory from this folder.
  4. Pin the Source Genius icon to your toolbar.

πŸ“œ License

This project is open-source and released under the MIT License.
Copyright (c) 2024-2026 Kamran Ashraf.

About

πŸ“¦ Source Genius Shareable Setup Bundle β€” Turnkey deployment package for Source Genius Chrome extension & scraper

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages