Re: scripting an interactive web page
Joel Heenan <[email protected]> Mon, 22 Mar 2010 22:49:19 +1100
| Newsgroups | gmane.org.user-groups.slug.chat |
|---|---|
| Message-ID | <[email protected]> |
Do you need to parse the data? If so you can't go past beautifulsoup : http://www.crummy.com/software/BeautifulSoup/ The devil is in the details here: how do you login ? If its just simply HTTP auth, or if it is using GET parameters (and you don't care about the security of your login) you can pass that into wget. If its more complex I think you are looking at writing your own script. Joel On Tue, Mar 2, 2010 at 10:48 PM, Voytek Eymont <[email protected]> wrote: > I have access to a user/pswd authenticated web site, where, information > may or may not be present > > so, I need to log on, and see if any information is present. > > what can I use to auto check periodically, so, it can notify me if any > information is present? > > > > -- > Voytek > > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html > -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html