parsing - How to parse pages under login/password with Beautifulsoup in Python? -


i make parser following functionality:

  1. person inputs login , password in html-form
  2. parser connects closed pages password , login
  3. parse necessary information
  4. 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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -