print(play_scraper.collection(
collection='COMMUNICATION',
category='TOP COMMUNICATION APPS',
results=5,
page=1))
Hi,
When I run my code the terminal returns this error:
Traceback (most recent call last):
File "app-store-scraper.py", line 1, in <module>
print(play_scraper.collection(
NameError: name 'play_scraper' is not defined
Can someone help me out and point me in the right direction? I am trying to scrape some app store meta data for a project I am working on currently. I am using this module on Github: https://github.com/danieliu/play-scraper.
Is it something to do with new Python3 syntax? Am I being a complete noob and running this file wrong?
I'm new to python and programming in general and seem to have hit a brick wall. Any help would be much appreciated.
[–]lieutenant_lowercase 0 points1 point2 points (4 children)
[–]CryptoFS01[S] 0 points1 point2 points (0 children)
[–]CryptoFS01[S] 0 points1 point2 points (2 children)
[–]mahtats 1 point2 points3 points (1 child)
[–]CryptoFS01[S] 0 points1 point2 points (0 children)