Since AliHunter is not free anymore, I would like to provide you all a free way to track sales of an shop which is way efficienter and better than the one's of AliHunter.
This Shopify Sales Tracker is an educational purpose only tracker which tells you how high the sales volume of other shopify shops are.
If you have any suggestions, please open an issue or make a pull request.
- Download the repo
- Extract the source code
- Install the requirements (NodeJS is required):
npm install
- Run the script:
node .
- Alternatively you can run the
run.bat
file
- Detects updates in config automatically
- Clean console logs
- 99.9% precise
- Collects data about all products, variants and the whole shop and saves it in memory
- Tells you the sales volume of a product, and its variant itself
- Calculates the sales volume of a whole shop (estimated not 100% precise)
- Detects variant image (if there is no variant it will pick the product thumbnail)
- Error handler (script doesn't stop on errors, handles the errors instead)
- uncaughtException
- Easy customizable config(s)
- For your discord bot: src\config\discord.js
- Environ config: src\config\environ.js
- Log config: src\config\log.js
- Environ config: src\config\environ.js
- Interval for checking (customizable in config)
- You can find the config in src\shopify\config.json
- Extra checks for more precise tracking
- Checks if a variant got updated and nothing else instead
- If e.g. the product description got updated, it won't get detected as a sale anymore
- Very fast
- Embed builder, clean messages
- Command handler & event handler (You can easily extend the bot)
- Commands:
- [addshop/add]: Add a shop to track it
- [removeshop/remove]: Remove a shop which is currently getting tracked
- [list]: Get a list of all shops which the bot is currently tracking
- Automatically creates webhooks & channels
- Option to add proxies
- Automatically delete discord webhooks & channels of shops which don't get tracked anymore
- Automatically detect a whole cart and put everything into one embed
- Last 24 hours stats
By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.