Skip to content

aaadarshbisht/scraper

 
 

Repository files navigation

Steps to execute the code:

  1. Install the requirements from requirements.txt (pip install -r requirements.txt)
  2. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • HTML 2.8%