As the name says this script is used to fetch all the incoming releases for the popular marketplace Zalando
After 2 hours of the complete release of zalando-scraper
, zalando team found out the secret sauce to find product stocks quantity! So it will probably not work anymore except if it's a temporary change for their pages. Click here to see what the release message looks like after their patch!
This project started when I saw simple scripts like this, being sold for over 200€ in the reselling / hypebeast community, and in less than a day the repository started already to attract a lot of people.
These instructions will guide you through the installation of the script
Python 3.9
Laster PIP Version
Discord Webhooks
pip install -r requirements.txt
Insert your webhook(s) in the first lines of the main.py
script
py main.py
The script must be used with Python 3.x, preferably Python 3.9
Discord sent articles logs can be enabled / disabled by changing the variable DISCORD_BASIC_LOGGING
The script itself it's very light-weight takes an average of 60 MB of RAM, and less than 2 MBPS
- Python 3.9 - Main Language
- CFScrape - Library for headers automation
- BeautifulSoup 4 - Extraction of content from HTML Pages
- Extend Logs to external file and discord webhook
- Allow the loop to use multiple countries at once without overlapping articles
- Extend the script to auto-checkout articles with selenium
- @NotScar - Idea & Initial work