Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 800 Bytes

GMaps Scrapper

codecov CI

Google Maps Place's scrapper for reviews, ratings, descriptions and more created by asrulsibaoel.

Install it from PyPI

pip install gmaps_scrapper

Usage

from gmaps_scrapper import BaseClass
from gmaps_scrapper import base_function

BaseClass().base_method()
base_function()
$ python -m gmaps_scrapper
#or
$ gmaps_scrapper

Development

Read the CONTRIBUTING.md file.