Hi Tamilvelan, As Mr.bharath adviced try scrapy , you have few more option like beautiful soup too to do web page scrapping , if ur requirement is to click and download and files then I would recommend selenium, thanks
Saravanan On Fri, 26 Jun 2020, 01:02 Bharathwaaj S, <[email protected]> wrote: > Hello Tamilvelan, > > You can try using Scrapy > > https://scrapy.org/ > > Kind regards, > Bharath > > On Thu, Jun 25, 2020 at 8:10 PM Tamilvelan M <[email protected]> > wrote: > >> Hi all, >> >> my project is "Downloading books from Tamil Nadu government site and >> uploading it to Internet archive" >> >> I tried to download books for using Tamil Nadu government website : >> http://www.e-books-chennaimuseum.tn.gov.in/chennaimuseum/index.php?option=com_content&view=article&id=18&Itemid=116 >> >> my blog : >> https://tamilvelanpython.wordpress.com/2020/06/21/web-scraping-using-download-book/ >> >> my Github: >> https://gist.github.com/tamilvelan7/ff2f44e9fbd3d3a0f2e8872f12d0093c >> >> My requirement is How to download all books (A-Z Books) from : >> http://www.e-books-chennaimuseum.tn.gov.in/chennaimuseum/index.php?option=com_content&view=article&id=18&Itemid=116 >> . >> >> which module is used or any correction of my program >> >> Please, Give some tips. >> _______________________________________________ >> Chennaipy mailing list >> [email protected] >> https://mail.python.org/mailman/listinfo/chennaipy >> > _______________________________________________ > Chennaipy mailing list > [email protected] > https://mail.python.org/mailman/listinfo/chennaipy >
_______________________________________________ Chennaipy mailing list [email protected] https://mail.python.org/mailman/listinfo/chennaipy
