Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.34 KB

Digikala Exif Scraper

SummaryProof of ConceptInstallationLicense


Summary

On the DigiKala site, product buyers could send photos of the product they bought And the photos were placed on the site along with the EXIF data, and Digikala did not delete them So we came and wrote a script to collect EXIF (MetaData) photos. This data could contain important information such as address of customer (Geotagging)

PoC

For example, You can see the information of this photo

image
source

Installation

Find BBP requires python3 to install successfully. Run the following command to install:

  • git clone https://github.com/alyrezo/digikala-exif-scraper
  • cd digikala-exif-scraper
  • python -m pip install -r lib.txt
  • py digikala-exif-scraper.py

License

digikala-exif-scraper is made by the alyrezo