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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -