SCRAPER FOR IMX.TO Scraper galleries from imx.to (full images) to the local disk.
usage
- Search the required gallery from yandex.com (through dorks)
- Dork is site:imx.to <gallery/model name> (eg. "site:imx.to wals nikki")
- copy the entire search results and paste it in text_corpus.txt
- The corpus_handler in 'scarperfromsearch.py' will identify gallery links and starts downloading each gallery
- The destination is hard coded in the soruce code. make sure to edit it.
- for each link, the script created a new folder to store its images
- on each folder, along with images, there is a file called 'details.txt'
- details.txt contains all the links from where the images were downloaded
- example: https://imx.to/u/t/2020/09/06/2cwqvh.jpg gives the thumbnail version https://imx.to/i/t/2020/09/06/2cwqvh.jpg gives the full HD image (replace the u with i)
NOTES
SCRIPT USES MAX MULTITHREAIDING. AVOID FEEDEING MORE THAN 3 PAGES OF RESULTS AS IT COULD CHOKE THE NETWORK AND MESS UP THE PROCESS COMPLETED_DOWNLOADS.TXT TRACKS THE COMPLETED DOWNLOADS.