Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Automating webscraping with Python without Selenium

I am beginner in Python , I need to fetch data for list of codes from website :
https://www.isindb.com/fix-cusip-calculate-cusip-check-digit/
Under Enter Cusip , enter data from list of codes , and then click on Fix and check for result.

I want to automate this using Python but not with Selenium as it would be slow.

I would like to know is this task possible without Selenium. and if possible how should I approach.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

you can use:

urllib3 and BeautifulSoup
Visit https://urllib3.readthedocs.io/

or

mechanicalsoup
Visit https://mechanicalsoup.readthedocs.io/en/stable/tutorial.html

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading