Hyperion101010 / naukri-scraper

A scraper using python requests library , that can scrape over 4,00,000 job profiles over naukri.com .Also it creates excel files automatically from scraped data facilitating data analysis .
GNU General Public License v3.0
13 stars 9 forks source link

REQUIREMENTS.TXT missing #9

Closed morph8hprom closed 3 years ago

morph8hprom commented 4 years ago

The script requires non-standard libraries but there is no REQUIREMENTS.TXT present. Although one could easily open scraper.py and check for what libraries are needed, it would be far easier to run 'pip install -r requirements.txt' in the root source folder.

Hyperion101010 commented 3 years ago

it has now.