Skip to content

toghani/Google-keyword-rank-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Keyword Ranking Check with Python Script

This script finds the rank of your keywords and automatically imports it in your Google Sheet! All you have to do is enter the keywords in keywords.txt and the website url in website.txt then run the script, that's it! See the ranking of your words in Google Sheet

Installation

  1. Clone the repository in your local storage (or you can use google colab)
  2. Import your keywords in keywords.txt (Each word in a line)
  3. Add your website URL in website.txt
  4. Enable the API and grab your credentials for pygsheets, (Use google sheet in python)
  5. Edit 52 and 55 lines in keyword-tracker.py based on the previous step
  6. Install robobrowser
pip install robobrowser
  1. Install pygsheets
pip install pygsheets
  1. Enjoy!

Enable the API for use pygsheets

  1. Head over to the Google API Console.
  2. Create a new project by selecting My Project -> + button
  3. Search for 'Google Drive API', enable it. (and for Google sheet API)
  4. Head over to 'Credentials' (sidebar), click 'Create Credentials' -> 'Service Account Key'
  5. Select Compute Engine service default, JSON, hit create.
  6. Open up the JSON file, share your spreadsheet with the "[email protected]" email listed.
  7. Save the JSON file wherever you're hosting your project, you'll need to load it in through Python later.

Releases

No releases published

Packages

No packages published

Languages