Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 800 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 800 Bytes

Googlesearch API gRPC Microservice

Googlesearch API is gRPC microservice version of MarioVilas/googlesearch library.

Installation

Clone repository.

git clone https://github.com/rad1k4l/googlesearch-grpc-microservice.git

Install requirements.txt

pip3 install -r requirements.txt

Generate proto files

On linux machine:

bash proto_gen.sh

On Windows OS:

.\proto_gen.bat

Usage

Simply run search.py:

python3 search.py

If you need change gRPC listen address pass it as --address argument:

python3 search.py --address="localhost:43420"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.