A python based keywords generator for web-pages.
https://github.com/SHAFIT/BruteRankKeywords
usage :
copy the required urls to “sites.scrape” in the folder. Separate multiple urls with coma, Save the file
Using the command prompt, navigate to the project folder and type the following commands
$ python bruterankkeywords.py
Script will execute a function that will retrieve all the words in the web page submitted through the URL. It will also count the number of repeated words and display in descending order, where the first number will be the the most repeated word and the last number will be least repeated word.
The script will also return top 30 keywords based on their scores
The complete list of words and it’s score is also created as as a JSON export in the project folder