Python scraper to retrieve the top selling products from a certain site
This scraper parse the current best selling product list from the front page "Best selling billboard" block. Display results in the console, then provides user with the option to save the results as a csv file or an excel file.
- Python 3.6+
- Webdriver for Chrome 2.45+ - Installed and path configured
- Selenium - Browser automation
- Beautiful Soup 4 - Page parsing
- PANDAS - Data processing
- Tabulate - Format data in console
- wcwidth - Helper for CJK chars
Installing modules
pip install -r requirements.txt
python app.py
- Edwin Liu - Initial work - cslasher
This project is licensed under the MIT License - see the LICENSE.md file for details