How to fill a Textbox and scrape data with Python?

Asked

Viewed 68 times

0

I’m trying to analyze some data of the secretary of education. I’ve already made the requisition, but... I found a way to do this through the web even, however, there are many schools for this reason I need to automate some steps.Imagem do formulário a ser preenchido

In the image we can see the field "School", I have these names in a *.CSV need to get name by name fill this field and "pick" the school’s CIE number or "link" in it. All this in Python, has like?

  • You can do all this with Python yes. Using the csv library to manipulate csv data, and requests to send the POST’s and manipulate the information the page will return to you. But it gets very complicated to answer the question asked in the title without the presentation of any code.

  • I didn’t know where to start. I’ll study about the CSV library and requests and start the code.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.