Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mynameiscarsten/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.
https://github.com/mynameiscarsten/seo-word-counter
beautifulsoup4 openpyxl pandas python requests seo
Last synced: 29 days ago
JSON representation
Simple python script that lists the percentages of each word within a text of a given website. General words can be excluded.
- Host: GitHub
- URL: https://github.com/mynameiscarsten/seo-word-counter
- Owner: MyNameIsCarsten
- Created: 2023-08-09T15:20:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T06:43:25.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:12:36.814Z (3 months ago)
- Topics: beautifulsoup4, openpyxl, pandas, python, requests, seo
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEO-word-counter
Simple python script that lists the percentages of each word within a text of a [given website](specific-url). General words can be excluded.
After [fine tuning](#fine-tune), 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 %).