There are still many things to do.
Tagline: "Deals drop. SHIT hits. Items gone." 🦶💥
SHIT is a hyper-fast bot for grabbing Shopee deals instantly.
Never miss a flash sale, hot deal, or limited stock again.
- Headless Chrome Automation: Uses chromedp to control a Chrome instance via CDP.
- Preloaded Cookies: Bypass manual login by providing a preloaded session.
- Concurrent Workers: Uses Goroutines to create multiple tabs simultaneously attempting to buy the target item.
- Performance Optimized: Optionally disables images, fonts, and media downloads to speed up page loads.
- Browser Re-use: A single Chrome instance is launched and orchestrates multiple isolated browser contexts (tabs).
- Go 1.20+
- A Chromium-based browser installed on your machine.
Run the compiled executable:
go run ./cmd/main.goOR build .exe file
go build -o shopee-bot.exe ./cmd/main.go
https://abrahamjuliot.github.io/creepjs/
product_url: The Shopee URL of the item you want to buy.worker_count: Number of simultaneous buyer threads.headless: Whether to run Chrome without a GUI.debug: Enable this to see Chrome visibly (forcesheadless: false).timeout_seconds: Global timeout for navigation and buying actions.selectors: CSS rules used for finding the buy out buttons locally.
Enjoy fast checking out!