This script GETs a webpage and uses BeautifulSoup to parse the html content. It takes every unique word in the page and writes them to a text file. It also counts the amount of times each word occurs and writes this to a seperate .count text file.
Usage:
word_extractor https://example-site.com/page-to-scrape.html words -l 8