Requests

  • get(<url>)
  • statuscode

URLLIB

  • from urllib.request import urlopen
    • f = urlopen()
      • f.read() / write/ close

Beautiful Soup

  • extract data from HTML and XML
  • Convert HTML to BEAUTIFUL object
    • finall(<pat>) - returns a list
  • t-char table
    • .children

results matching ""

    No results matching ""