Skip to content

taran1sdev/word_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

word_extractor

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

About

Python script that creates a wordlist from a webpage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages