Metadata-Version: 2.1
Name: yelphelp
Version: 1.0.6
Summary: A small scraping tool for Yelp
Home-page: https://github.com/noahmott/yelphelp
Author: Noah Mott
Author-email: noah.mott1@gmail.com
License: Apache License 2.0
Description-Content-Type: text/markdown
License-File: LICENSE

<p align='center'>
<img src="images\yelphelp3.png"/>
</p>

# YelpHelp
A simple scraping tool for Yelp.



## Version 1.0.7
Current as of 02/04/2023
## Release Notes
Added an additional count timer for webpages

## Use

```python
from yelphelp import YelpHelp

scraper=YelpHelp()

dataframe=scraper.scrape_data(url='<startingurl>')

```
