AadhaarSearchEngine icon indicating copy to clipboard operation
AadhaarSearchEngine copied to clipboard

Find Aadhaar cards thanks to Google

Results 8 AadhaarSearchEngine issues
Sort by recently updated
recently updated
newest added

I did a `git clone` and entered into directory and ran this `pip install requirements.txt` At first It threw this `Collecting requirements.txt Could not find a version that satisfies the...

I put the following parameters `scrapy crawl AadhaarSpider -a keyword="lambda rank filetype:pdf" -a se=google -a pages=10` The first GET request is `https://www.google.com/search?q=lambda%20rank%20filetype:pdf&start=0` If you open the link, you'll find it...

I have replaced the code in SearchResultPages.py with the data in SearchResultPages.py file My updated code looks like this ` SearchEngines = { 'google': 'https://www.google.com/search?q={0}&start={1}', 'bing': 'http://www.bing.com/search?q={0}&first={1}', 'baidu': 'http://www.baidu.com/s?wd={0}&pn={1}' }...

Deleted __init.py__ files where it was not needed.

No module named SearchEngines

I have installed scrapy with `sudo apt intall python-scrapy` and running this command `scrapy crawl AadhaarSpider -a keyword="aadhaar meri pehachan filetype:pdf" -a se=google -a pages=10` gives an error. ``` 2018-03-20...