Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
<pre>I need to make a program that takes information from a specific (government) website that needs a login, and shows files to a user. The problem is that I don't know where to start, what language to use and which compiler.I need direction to continue with my project. I know the basics of several languages ​​(java, python, c ++, html), but I didn't delve into any of them.</pre>

What I have tried:

<pre>
I tried to start a python code and then use javascrypt to call the file, but I can't make a connection to the website in question, which would be https://www.cnj.jus.br/pjecnj/Push/loginPush.seam. I don't know if I should make a whole program in JS, but I don't know if that way I could compile a graphical interface in software.</pre>
Posted
Updated 24-May-21 21:45pm

1 solution

You are talking about web scraping, and Python has just the library to help you: Scrapy | A Fast and Powerful Scraping and Web Crawling Framework[^]
 
Share this answer
 
Comments
Lucas Dutra 25-May-21 12:56pm    
but i need to do this for several simultaneous users and i don't have a server, with scrapy can i do this?
Richard MacCutchan 25-May-21 14:25pm    
You do this from a client PC not a server. So everyone who wants to do it will need a copy of your finished product. Start by getting a basic version to work for just one user before trying to make it feature rich.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900