Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run code? #74

Open
Sakil786 opened this issue Aug 12, 2020 · 1 comment
Open

How to run code? #74

Sakil786 opened this issue Aug 12, 2020 · 1 comment
Labels

Comments

@Sakil786
Copy link

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.

@Sakil786 Sakil786 added the bug label Aug 12, 2020
@ghost
Copy link

ghost commented Dec 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant