A TypeScript application that helps you find the best comic book deals on Wildberries by analyzing and comparing prices per page.
This tool automates the process of finding the most cost-effective comic book purchases on Wildberries. It calculates and compares the price per page across different comic books to help you make informed purchasing decisions.
- Automated web scraping of Wildberries comic book listings
- Price per page calculation and comparison
- Identification of the best value comic book deals
- TypeScript
- Puppeteer (for web scraping)
- Yarn (package manager)
The main application code is located in the product/finder
directory.
- Node.js (LTS version recommended)
- Yarn package manager
- Clone the repository:
git clone [repository-url]
- Install dependencies:
yarn install
To run the comic book deal finder:
- Navigate to the finder directory:
cd product/finder
- Start the script:
yarn start