This is a scrapy beginner project for scraping all the phone-numbers from the mobile directory and organizing them according to state & service provider.
Finally,the scraped numbers can be searched on truecaller using scrapy.Spider . All the other files other than -
- items.py
- meow.py
- truecaller.py
are created by default when you start a scrapy project. To learn more about Scrapy,read its documentation at its official site.