Googlesearch API is gRPC microservice version of MarioVilas/googlesearch library.
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
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"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.