Simple scraping in python

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jaken Offline
Senior Member
Posts: 156
Joined: Nov 2009
Reputation: 0
Post: #1
Hi! Was thinking of building a simple imdbmv python script.

This program should do the following.

#i type lets say where bravheart is a folder
pkthon imdbmv braveheart/
#script should now do a i'm feeling lucky search on google
#find the title of the move and the year and ask if i want to rename the folder:
#rename braveheart/ to Braveheart (1995) ? [Y/N]
:

I have done a similar program in java previosly.

Do you got any good links or posts on how to do a simple scraping script in python?

Cheers
find quote