◐ Shell
clean mode source ↗

GitHub - slideclick/LWebScrapingwithPython: learn WebScrapingwithPython Richard Lawson

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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>
---------------------------------