-
Notifications
You must be signed in to change notification settings - Fork 93
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
Import to ReactJs #302
Comments
Hello @nxvinh222 you should propbably check out how I did to inject artoo in PhantomJS for instance: https://github.com/medialab/sandcrawler/blob/master/phantom/bindings.js#L59-L90. This should be close to what you want to achieve. Note that artoo was born at a time where packaging JS code wasn't even a thing, so it might be a bit hairy to adapt to newer schemes. |
@Yomguithereal wow thank you for your answer. |
It depends on so much that I cannot give you a proper answer. I would say that if you need to scrape things as they appear on the user's screen you should probably do so on the client side. This is even more true if you are scraping pages where you need to authenticate or perform complex interactions or interact with complex public-facing APIs. |
@Yomguithereal Thank you so much, I appreciate your guidance. |
I'm trying to create a scraping extension using ReactJs but i can't find anywhere that how to import this library via code. I tried to run the script in the docs but it's not working at all.
I would be grateful if anyone can help me how to import this.
/-/-/-/
The text was updated successfully, but these errors were encountered: