Thread: How to make a program to gather internet data

  1. #1
    Registered User
    Join Date
    Aug 2015
    Posts
    1

    How to make a program to gather internet data

    Hello.

    So I'm a major noob. I know the basics about programing.

    So I need to gather a massive amount of data on the internet that sometimes is not readilly available. For instance I'm gathering expenditure data from the city of Rio de Janeiro. Unfortunatly I have to browse the data by each month then copy and paste it into an excel file.
    The example's site is:
    Rio Transparente

    (It's in portuguese... O.o)


    This kind of thing happens a lot. Can someone help me? At least point me in the right direction?

    Thank you very much.

  2. #2
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    To gather html pages, I would recommend using jsoup, a Java library. Very nice package.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Help. Program to collect internet data.
    By PapaBMan in forum C# Programming
    Replies: 1
    Last Post: 03-03-2014, 03:03 PM
  2. Replies: 2
    Last Post: 02-17-2011, 05:15 PM
  3. Replies: 10
    Last Post: 10-14-2010, 09:35 AM
  4. how do you make a program send data to the printer?
    By Sintu in forum C++ Programming
    Replies: 19
    Last Post: 10-20-2005, 07:22 PM
  5. Replies: 8
    Last Post: 07-20-2002, 09:23 AM