Skip to content

Commit

Permalink
update status details
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Oct 3, 2023
1 parent e7180f5 commit bb8dbd4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
[![serpapi-python](https://github.com/serpapi/serpapi-python/actions/workflows/ci.yml/badge.svg)](https://github.com/serpapi/serpapi-python/actions/workflows/ci.yml)
</div>

This repository is the home of the *soon–to–be* official Python API wrapper for SerpApi (https://serpapi.com). This `serpapi` module allows you to access search data in your Python application.
This repository is the home of theofficial Python API wrapper for SerpApi (https://serpapi.com). This `serpapi` module allows you to access search data in your Python application.

This comment has been minimized.

Copy link
@ritu1337

ritu1337 Oct 4, 2023

Contributor

theofficial -> the official

This comment was marked as abuse.

Copy link
@kennethreitz

kennethreitz Oct 5, 2023

Author Contributor

many thanks :)


SerpApi supports Google, Google Maps, Google Shopping, Bing, Baidu, Yandex, Yahoo, eBay, App Stores, and more. Check out the [documentation](https://serpapi.com/search-api) for a full list.

## Current Status

This project is under development, and will be released to the public on PyPi soon.

## Installation

Expand All @@ -23,7 +20,7 @@ To install the `serpapi` package, simply run the following command:
$ pip install serpapi
```

Please note that this package is separate from the *soon–to–be* legacy `serpapi` module, which is currently available on PyPi as `google-search-results`.
Please note that this package is separate from the legacy `serpapi` module, which is available on PyPi as `google-search-results`. This package is maintained by SerpApi, and is the recommended way to access the SerpApi service from Python.

## Usage

Expand Down

0 comments on commit bb8dbd4

Please sign in to comment.