Something for people looking for a fun project to hack on:
IMDB (the movie database) has a submission interface for signed in users which can be used to submit "External reviews" to IMDB. I was advised by the IMDB staff that, in order to work towards a more comprehensive content partnership with them, we should first submit links to the relevant movies, so that they can gauge user interest.
So we need a bot that auto-submits all Wikipedia articles about movies to IMDB's "external reviews" sections about these movies.
There is a [[List of movies]]. An index could be generated from the linked pages. The script should remember which movies it has already submitted, so that we can easily add new articles to the index.
IMDB takes some time to process submissions, so you can only test if the script is working correctly by looking at the HTML sent from their server. You will probably want to use some throwaway email address for the account as IMDB sends a confirmation for each submission.
For implementing this I would use libwww-perl, an excellent web scripting library for Perl, but I'm sure there are equivalents for all other major scripting languages.
So, does anyone want to take this project?
Regards,
Erik
I'll do it -- I have lots of experience with LWP already and have been itching to contribute some code. This sounds right up my alley. :)
On Mar 24, 2004, at 11:11 AM, Erik Moeller wrote:
Something for people looking for a fun project to hack on:
IMDB (the movie database) has a submission interface for signed in users which can be used to submit "External reviews" to IMDB. I was advised by the IMDB staff that, in order to work towards a more comprehensive content partnership with them, we should first submit links to the relevant movies, so that they can gauge user interest.
So we need a bot that auto-submits all Wikipedia articles about movies to IMDB's "external reviews" sections about these movies.
There is a [[List of movies]]. An index could be generated from the linked pages. The script should remember which movies it has already submitted, so that we can easily add new articles to the index.
IMDB takes some time to process submissions, so you can only test if the script is working correctly by looking at the HTML sent from their server. You will probably want to use some throwaway email address for the account as IMDB sends a confirmation for each submission.
For implementing this I would use libwww-perl, an excellent web scripting library for Perl, but I'm sure there are equivalents for all other major scripting languages.
So, does anyone want to take this project?
Regards,
Erik _______________________________________________ Wikitech-l mailing list Wikitech-l@Wikipedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
Mike-
I'll do it -- I have lots of experience with LWP already and have been itching to contribute some code. This sounds right up my alley. :)
Great! Please get back to me when you have something workable, or if you get stuck. I'd like to inform them before we officially launch this (submitting a few test links is no big deal) so they can keep an eye on the user who makes these submissions, and possibly auto-approve them.
I'd suggest creating a new IMDB user "wikipedia" for this task.
All best,
Erik
Erik Moeller wrote:
I'd suggest creating a new IMDB user "wikipedia" for this task.
I *strongly* suggest not to call it something as general as "Wikipedia". Please call it "Wikipedia film link submission robot" or something similarly descriptive.
Timwi
On Mar 24, 2004, at 08:11, Erik Moeller wrote:
IMDB (the movie database) has a submission interface for signed in users which can be used to submit "External reviews" to IMDB. I was advised by the IMDB staff that, in order to work towards a more comprehensive content partnership with them, we should first submit links to the relevant movies, so that they can gauge user interest.
So we need a bot that auto-submits all Wikipedia articles about movies to IMDB's "external reviews" sections about these movies.
IMDB has a strict no-robots and no-screen-scraping policy. Make sure you clear this with them first.
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org