Skip to content

rad1k4l/googlesearch-grpc-microservice

Repository files navigation

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.

About

Googlesearch library as a grpc service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published