Download NCERT books using scrapy
download NCERT books using scrapy How to use Initial Setup git clone https://github.com/nit-in/download_ncert_books.git cd download_ncert_books pip install -r requirements.txt to run the spider scrapy crawl –nolog ncert and follow the prompts for example if you want to download Class 11th Economics Book scrapy crawl –nolog ncert ─╯ Enter the class: 11 Select one the subjects: Enter 1 for Sanskrit Enter 2 for Accountancy Enter 3 for Chemistry Enter 4 for Mathematics Enter 5 for Economics Enter 6 for Psychology Enter […]
Read more