File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ results = client.google_play_reviews(
9191results = client.emails_and_contacts([' outscraper.com' ])
9292```
9393
94- [ More examples] ( https://github.com/outscraper/outscraper-pyhton /tree/master/examples )
94+ [ More examples] ( https://github.com/outscraper/outscraper-python /tree/master/examples )
9595
9696## Responses examples
9797
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class ApiClient(object):
1212 maps_results = cliet.google_maps_search('restaurants brooklyn usa')
1313 search_results = cliet.google_search('bitcoin')
1414 ```
15- https://github.com/outscraper/outscraper-pyhton
15+ https://github.com/outscraper/outscraper-python
1616 """
1717
1818 _api_url = 'https://api.app.outscraper.com'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88
99setup (
1010 name = 'outscraper' ,
11- version = '1.7.0 ' ,
11+ version = '1.7.1 ' ,
1212 description = 'Python bindings for the Outscraper API' ,
1313 long_description = readme (),
1414 classifiers = ['Programming Language :: Python' ,
@@ -18,7 +18,7 @@ def readme():
1818 'Topic :: Utilities' ,
1919 ],
2020 keywords = 'outscraper webscraper extractor google api maps search json scrape parser reviews google play amazon' ,
21- url = 'https://github.com/outscraper/outscraper-pyhton ' ,
21+ url = 'https://github.com/outscraper/outscraper-python ' ,
2222 author = 'Outscraper' ,
23232424 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments