← googer 소개 페이지로
Python 코드 미리보기
from googer import Googer
with Googer() as g:
results = g.search("...")
for r in results:
print(r.title, r.provider)