Saturday, October 17, 2015

Automatic Website Login using Python2


  • IDEA
    1. Open Url
    2. Log in with credentials
    3. go to page I want 
    4. download files I need

  • Tools
    1. Python2.7
    2. selenium, beautiful soup module VS pyautogui module

  • Note
    • silent crawling with Phantom JS
    • Need more study about HTML
    • How can I maintain session
    • what is parsing?


I have used selenium module to control website. 
Opening website automatically is kind of easy. All you need is below code:





No comments:

Post a Comment