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

Scraping web pages with javascript #2052

Closed
szkr145 opened this issue Jan 14, 2020 · 3 comments
Closed

Scraping web pages with javascript #2052

szkr145 opened this issue Jan 14, 2020 · 3 comments
Labels

Comments

@szkr145
Copy link

szkr145 commented Jan 14, 2020

Versions

  • Python: 3.7
  • OS: Android 9
  • Kivy: 1.11.1
  • Cython: 0.29.14

Description

I'm trying to scrap some information from webpage but it crashes my app.
I'm using requests_html to render webpage with javascript with it.(i need javascript render)
Is it any alternative for requests_html that work on android?
On pc it is working fine.

@hymancheng
Copy link

same question.
someone?

@4n1k1
Copy link

4n1k1 commented Feb 4, 2020

requests_html is using chromium (via pyppeteer) for rendering pages. Thus to make it work on android it also needs to be packaged as a dependency to your APK. But to package it you need to compile it for android. It's all doable but is definitely out of scope of python-for-android project.

It's more about how to make android more like linux PC if we think about "somewhat proper" implementation.

Copy link

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

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

4 participants