carcassonne has asked for the wisdom of the Perl Monks concerning the following question:
I've subscribed our dept. to the Safari online bookshelf. I would like to get regular informations in an automatic way about which books are on bookshelves, for each user, so that it is possible to make a list and perhaps share some (eg. instead of one developer adding the same book as somebody else) to perhaps obtain an optimal use of the service.
My question is, how could Perl and the CPAN help me in doing this ? The task, as I imagine, would be to automatically log on a user account, then go to the bookshelf section and grab all the book titles.
To grab the book titles I could use one of the HTML or XML modules to traverse the page and get to the tags representing the books, but what about the automatic login and the command to go to the bookshelf section ?
Thanks for any comments/suggestions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting user stats from Safari
by imp (Priest) on Oct 22, 2006 at 03:15 UTC | |
|
Re: Getting user stats from Safari
by fmerges (Chaplain) on Oct 22, 2006 at 03:13 UTC |