d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Is It Possible? (elaborations On Web Page)
Add Reply New Topic New Poll
Member
Posts: 721
Joined: Sep 22 2008
Gold: 0.00
Apr 14 2013 03:49am
Hi i have no experience of web programming (i studied c,c#) but i would write a program that makes these things:

- open the site: (www.betbrain.com)
- enter with my account and password
- go to the section next-matches
- go to advanced filter
- do the elaborations that i need (always the same)
- expand all matches (it can be done manually with the big red button "SHOW")
- save the html page document on my computer

it is a procedure that takes me 10-15 mins and it would be nice if a program could do that.

The question is: is it possible? What language should i use?

Thanks.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Apr 14 2013 09:20am
you can prolly do that with c#. look into httpwebrequest class.

personally i'd use python's mechanize though.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 15 2013 01:09am
can do this in C with libCurl
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll