Summary • Proof of Concept • Installation • License
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)
For example, You can see the information of this photo
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
digikala-exif-scraper
is made by the alyrezo