GitHub - slideclick/LWebScrapingwithPython: learn WebScrapingwithPython Richard Lawson
-
Notifications
You must be signed in to change notification settings - Fork 3
LWebScrapingwithPython
learn WebScrapingwithPython Richard Lawson
how to setup website:
first download web2py
wget http://www.web2py.com/examples/static/web2py_src.zip
unzip web2py_src.zip
# now download the app
cd web2py/applications
hg clone ssh://hg@bitbucket.org/wswp/places
# now start the web2py server with a password for the admin interface
cd ..
python web2py.py --password=<password>
---------------------------------