Skip to content

A script that collects exif (metadata) photos sent by buyers in DigiKala.com

License

Notifications You must be signed in to change notification settings

alyrezo/digikala-exif-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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