Natural language processing

using NLTK

print('Is that shirt too big for me?')

dafuq dat kid speaks parseltongue?

What is headless chrome?

chrome \
  --headless \                   # Runs Chrome in headless mode.
  --disable-gpu \                # Temporarily needed for now.
  https://www.chromestatus.com   # URL to open. Defaults to about:blank.

COmmand a browser

from the command line

I COMMAND YOU

TO REVIEW MY PR

FUNCTIONAL TESTS

LOOKS GUD

IMMA TRY DAT

ancestor: 

PUPPETEER

NODE API for headless chrome

Developed by

the chrome team

syntax

node >= 7.6 ftw

CAN'T WAIT TO PUT THAT

ON MY PROJECTS

AWAIT FOR IT. LOL

IF you love selenium too much

chrome_options = Options()  
chrome_options.add_argument("--headless")  
driver = webdriver.Chrome(
    executable_path=os.path.abspath(“chromedriver"),
    chrome_options=chrome_options
)

COmpared to phantomjs?

SO FIT

SO FAST

DEMO:

HOW to automate booking football pitches in london

Questions?

Theodo NLTK

By Jeremy Gotteland

Theodo NLTK

  • 257