Posts by donut • 101 points
2 posts
-
0
votes1
answer507
viewsQ: Web scraping with python on authenticated websites
I am trying to automate a web data collection process using Python. In my case, I need to pull the information from the page https://app.ixml.com.br/documentos/nfe. However, before going to this…
-
0
votes1
answer591
viewsQ: Accessing a file using Properties
I am working with a method that takes as argument an object from the Properties class: public static void main(String[] args) { //Properties props = new Properties(); Properties props = new…