Kodi Community Forum
Simple scraping in python - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Simple scraping in python (/showthread.php?tid=66291)



Simple scraping in python - Jaken - 2010-01-06

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