Skip to content

skulltech/google-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

google-autocomplete

Script to get Google's search autocomplete data

Installation

Clone the repo and change directory to it

$ git clone https://github.com/SkullTech/google-autocomplete.git
$ cd google-autocomplete

Install requirements

$ pip3 install -r requirements.txt

Usage

$ python3 autocomplete.py -h 
usage: autocomplete.py [-h] [-i INP] [-o OUT] [-c]

optional arguments:
  -h, --help         show this help message and exit
  -i INP, --inp INP  Input file containing search terms
  -o OUT, --out OUT  Output CSV file
  -c, --cli          If the program is to be run in interactive CLI mode

About

Script to get Google's search autocomplete data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages