parsing - How to parse pages under login/password with Beautifulsoup in Python? -
i make parser following functionality:
- person inputs login , password in html-form
- parser connects closed pages password , login
- parse necessary information
- create csv file data
so question is: how make step 2 beautifulsoup?
you can use mechanize package logging site , accessing ever closed pages require. can pass page(s) beautifulsoup parsing.
here cheat sheet mechanize.
Comments
Post a Comment