Steps to execute the code:
- Install the requirements from requirements.txt (pip install -r requirements.txt)
- Run python scraper.py --site=facebook --text=reclaimtemples --count=10 --download=false
The code will have a file named "scraper.py"
Explaination of the parameters of the command: site - Give the name of the site that you want to scrape- facebook/twitter.instagram text- Give your keyword for which youn want to scrape the data count- Give the number of pages for which you want to scrape the data download- Give values as true or false. If you want to download the images put download=true otherwise false