Skip to content

Simple python script that lists the percentages of each word within a text of a given website. General words can be excluded.

Notifications You must be signed in to change notification settings

MyNameIsCarsten/SEO-word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEO-word-counter

Simple python script that lists the percentages of each word within a text of a given website. General words can be excluded. After fine tuning, this script can be used to gather keyword ideas for writing search engine optimized texts.

Requirements

Install the required packages by running the following command in your terminal: pip install -r .\requirements.txt

Set-up

Specify URL

Specify the URL you want to analyze:

url = 'https://en.wikipedia.org/wiki/ELISA'

Fine tune

The file 'exclude.py' contains a list, that is used to exclude certain words from your results table. Add any word you want to exclude from your result into the list.

Output

The script generates an Excel file (output.xlsx) that consist of a table. The table contains two columns: the keyword and its occurence (in %).

About

Simple python script that lists the percentages of each word within a text of a given website. General words can be excluded.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages