keywordplanner

package module
v0.0.0-...-9935fb3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 10 Imported by: 0

README

keyword-planner

keyword-planner is a command line tool to automatically retrieve keyword CSV files from Google Keyword Planner using the Google Chrome.

Installation

go install github.com/ikoba/keyword-planner/cmd/kp@latest

Usage

  1. Kill all Google Chrome proccesses.
  2. Launch Google Chrome with the option --remote-debugging-port=9222. If you are using macOS, the command may be as follows.
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222

To find out Google Chrome installation path, type the following in the address bar.

chrome://version/
  1. Sign in to Google Ads.
  2. Execute kp command in terminal.
kp -out OUTPUT_DIRECTORY KEYWORD1 KEYWORD2 ...

To see the options details, execute the following command.

kp -h

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Words   []string
	OutDir  string
	Port    int
	Timeout int
	Retry   int
	Debug   bool
}

func (*Request) Execute

func (request *Request) Execute() error

Directories

Path Synopsis
cmd
kp

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL