Files
openserp/examples/quickstart/python-basic-search
2026-06-09 04:14:35 +03:00
..
2026-06-09 04:14:35 +03:00
2026-06-09 04:14:35 +03:00

Basic search (Python)

Runs one Google search with the openserp SDK and prints the titles and URLs.

pip install -r requirements.txt
python main.py

Edit the text, engine, or limit in main.py to change the search. To use the hosted API instead of a local server, follow the commented line at the top of the file.