Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SepehrRasouli/DigikalaWebScraper
Digikala Webscraper Connected to excel
https://github.com/SepehrRasouli/DigikalaWebScraper
digikala digikala-crawler excel python python3 scrape scraper
Last synced: 3 months ago
JSON representation
Digikala Webscraper Connected to excel
- Host: GitHub
- URL: https://github.com/SepehrRasouli/DigikalaWebScraper
- Owner: SepehrRasouli
- License: mit
- Created: 2021-07-17T05:01:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T12:41:07.000Z (over 2 years ago)
- Last Synced: 2024-06-28T11:32:51.140Z (5 months ago)
- Topics: digikala, digikala-crawler, excel, python, python3, scrape, scraper
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Digikala.com Website Scraper
This program scrapes the Digikala.com website and saves the products information such as name, price, discount and its stars in an Excel file.
You can check pre-extracted data in the exports folder.## Usage
Install the required packages:
```bash
pip install -r requirements.txt
```Run the program:
```bash
python digikala_scraper.py
```## License
You can see check the MIT License in the LICENSE.md File.