You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
How can I run this code?Which one is main code so that I can run like :"python <main.py> To Reproduce
Steps to reproduce the behavior, e.g. the full example code, not just a snippet of where the error occurs!
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. macOS 10.14]
Python Version [e.g. 3.7.2]
play_scraper Version [e.g. 0.5.1]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Run this code using the commands mentioned in documentation like create a new file suppose called "test.py" and copy paste the code as on site like:
import play_scraper
sim=play_scraper.similar('com.google.android.apps.photos')
print(sim)
#it would show all titles of similar apps
Describe the bug
How can I run this code?Which one is main code so that I can run like :"python <main.py>
To Reproduce
Steps to reproduce the behavior, e.g. the full example code, not just a snippet of where the error occurs!
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: