Skip to content

gouthy/yelppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yelppy

Simple functionality to convert yelp search API to pandas dataframe.

Installation

Use the package manager pip to install yelppy.

pip install yelppy

Usage

Before using the package, please get the yelp api from Yelp

import yelppy

# returns 'pandas.dataframe'
df = yelppy.query_api('API_KEY','Search_term','Location')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages