8000 GitHub - 0xDeveloper265/keywordhunter: A python script to loop through urls in a csv and look for specific keywords on the scraped homepage.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A python script to loop through urls in a csv and look for specific keywords on the scraped homepage.

License

Notifications You must be signed in to change notification settings

0xDeveloper265/keywordhunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

keywordhunter

A python script to loop through urls in a csv and look for specific keywords on the scraped homepage.

This specific example opens a familyoffice.csv stored in the same folder, scrapes the homepage and cleans it up using Beautiful Soup (i.e. removes HTML), and then searched for the keywords VC and Venture Capital.

It was originally set up to save a new csv when loop was complete, but added functionality to add csv during loop (in case the loop errored out, etc.). Currently this last part is not working and keywords are not being saved.

About

A python script to loop through urls in a csv and look for specific keywords on the scraped homepage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0