https://github.com/suneeh/jpclothing-scraper
DISCONTINUED Scrapes the Jp-clothing website and checks if there are new collections
https://github.com/suneeh/jpclothing-scraper
Last synced: about 1 year ago
JSON representation
DISCONTINUED Scrapes the Jp-clothing website and checks if there are new collections
- Host: GitHub
- URL: https://github.com/suneeh/jpclothing-scraper
- Owner: Suneeh
- License: mit
- Created: 2023-04-15T17:37:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T09:11:05.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T00:49:08.153Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JP-Clothing Web Scraper (DISCONTINUED)
# Reason for discontinuation
Since jp-clothing now offers a heads up mail that notifies you 12h in advance, this service is not competitive any longer.
# About this Repositroy
JP Performance has it's own clothing brand that releases new clothing collections every now and then. The shirts and hoodies are sold out completely when I got to check the shop most of the times. Since the announcement video for the new drop is some hours after the drop is available on the website I figured that could scrape the shop for new items so I could have a shot at buying my pieces befor most of the people notice.
# Getting started
If you want to scrape the shop yourself, you can clone this repository:
```
git clone git@github.com:Suneeh/jpclothing-scraper.git
```
and run the cypress scraper by calling:
```
npm run scrape
```
# In the future (not going to happen)
In the future this will be built into a Dockerfile that will also notify me (by mail probably) whenever there is a difference in the scraping results from one run to another. It currently detects changes in the..
- .. url of a product
- .. price of a product
- .. name of a product
- .. amount of items per category
Currently does not detect:
- changes in the amount if amount befor and after are higher than 16 (pagination)
# Contribution
If you'd like to contribute in the sourcecode, please create a feature branch. Pull requests are warmly welcome.
# License
[MIT](https://opensource.org/license/mit/)