Python for website size

Miki Tebeka tebeka at cs.bgu.ac.il
Tue Nov 26 02:55:19 EST 2002


Hello Shawn,

> Is there any python program or libray can be used to obtain the total size
> of a website and its individual pages as well?
I'd use wget + du.
Otherwise I think you'll have to write your own using httplib and html parser.

HTH.
Miki



More information about the Python-list mailing list