Skip to content

Commit f69b884

Browse files
authored
README: add repo logo, add downloads badge, centered badges (#45)
1 parent 6a825ea commit f69b884

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Google Search Results in Python
1+
<h1 align="center">Google Search Results in Python</h1>
22

3-
[![Package](https://badge.fury.io/py/google-search-results.svg)](https://badge.fury.io/py/google-search-results)
4-
[![Build](https://github.com/serpapi/google-search-results-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/serpapi/google-search-results-python/actions/workflows/python-package.yml)
3+
<div align="center">
4+
<img src="https://user-images.githubusercontent.com/78694043/233921372-bb57c347-9005-4b59-8f09-993698a87eb6.svg" width="600" alt="google-search-results-logo">
5+
</div>
6+
7+
<div align="center">
8+
9+
<a href="https://badge.fury.io/py/google-search-results">![Package](https://badge.fury.io/py/google-search-results.svg)</a>
10+
<a href="https://pepy.tech/project/google-search-results">![Downloads](https://static.pepy.tech/personalized-badge/google-search-results?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)</a>
11+
<a href="https://github.com/serpapi/google-search-results-python/actions/workflows/python-package.yml">![Buiild](https://github.com/serpapi/google-search-results-python/actions/workflows/python-package.yml/badge.svg)</a>
12+
13+
</div>
514

615
This Python package is meant to scrape and parse search results from Google, Bing, Baidu, Yandex, Yahoo, Home Depot, eBay and more, using [SerpApi](https://serpapi.com).
716

0 commit comments

Comments
 (0)