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

Crypto_histoty function is not working, could you please update? Thanks #51

Open
king2021q opened this issue Apr 28, 2021 · 1 comment

Comments

@king2021q
Copy link

Detailed Description

Context

Possible Implementation

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop or mobile):
  • Link to your project:
@ch16S
Copy link

ch16S commented May 16, 2021

For this issue the web scrapping here:
table <- page %>% rvest::html_node("#__NEXT_DATA__") %>% rvest::html_text() %>% jsonlite::fromJSON()

Does not return any values in the ohlcvHistorial list:
scraper <- table$props$initialState$cryptocurrency$ohlcvHistorical[[1]]$quotes$quote$USD %>% tibble::as_tibble() %>% dplyr::mutate(slug = coin_slug)

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

No branches or pull requests

2 participants