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

Journal scraper does not for ACS #29

Open
WeixinGithubJiang opened this issue Jun 3, 2022 · 0 comments
Open

Journal scraper does not for ACS #29

WeixinGithubJiang opened this issue Jun 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@WeixinGithubJiang
Copy link
Collaborator

Describe the bug
The problem here is that, python requests would scrape the initial html file from the ACS website, however, ACS introduces Javascript in their html, which makes the source code of the one we scrape from the website looks different the one we see in the Chrome or other web browser. A possible solution for this is to use different scraping function that allows us to construct a simulator (i.e. function as a web browser) and simulate the process of executing the embedding Javascript.

To Reproduce

Expected behavior

Outputs

Environment (please complete the following information):

Additional context

@WeixinGithubJiang WeixinGithubJiang added the bug Something isn't working label Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant