├── README.md ├── gSearcher └── gsearcher.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AssassinUKG/googleSearcher/HEAD/README.md -------------------------------------------------------------------------------- /gSearcher/gsearcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AssassinUKG/googleSearcher/HEAD/gSearcher/gsearcher.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | google-api-python-client 2 | argparse 3 | itertools 4 | --------------------------------------------------------------------------------