Posts by Hora • 93 points
3 posts
-
4
votes1
answer1967
viewsQ: How to take data from a JSON with Python
I’m taking data from a JSON. Only I’m having a problem. { "atividade_principal":[ { "text":"Atividades de televisão aberta", "code":"60.21-7-00" } ], "data_situacao":"03/11/2005", "nome":"GLOBO…
-
0
votes0
answers92
viewsQ: How to resolve txt special character error
I’m using the library requests and the following code in Python to take data from Receita-WS and to JSON in a TXT. for i in lista_empresa: url = "https://www.receitaws.com.br/v1/cnpj/" + (i['cnpj'])…
-
5
votes2
answers2447
viewsQ: How to automatically download PDF to Selenium? With Python
I am using Python with the Selenium webdriver to automate the download of multiple PDF files. I get the PDF preview window. And now I would like to automatically download the file without popping up…