标签:
step01: (Install sqlobject)
sudo easy_install sqlobject
step02: (Connect MySQL)

step03: (Install superParser)
sudo easy_install superParser
step04:(Create Table for Database Name as <create_table.py>)

step05: (Run the <create_table.py>)
./create_table.py
step06: (check table)

step07:( write <main.py> for parser and save it to database)

step08:(check data )

标签:
原文地址:http://www.cnblogs.com/landpack/p/4534692.html