Skip to content

thmslmr/Places-Infos-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Places Infos Scrapper

Get information from a location or a list of locations.

Services currently supported:

  • Facebook
  • Wikipedia
  • Google places

Default configuration includes these three platforms.

Dependencies

pip install python-google-places wikipedia

Settings

Insert your GooglePlaces and Facebook Graph API key in the settings.json file.
You can also edit the field you wish to find for each service.

Examples of use

    scraper = PlaceScraper()

    places = ['Paris', 'Eiffel Tower', 'Central Park']
    infos = scraper.scrap(places)

About

🏠 Places infos scraper - Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages