-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update README.md #7
base: main
Are you sure you want to change the base?
Conversation
Adding instructions to run R version of the scraper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
É uma boa mesmo ter mais informações sobre como executar com R! 👏🏽
@@ -6,7 +6,7 @@ Fonte: http://www.feiradesantana.ba.gov.br/coronavirus/vacinometro/ | |||
|
|||
## Desenvolvimento | |||
|
|||
Você precisará do Poetry. Instale as dependências com: | |||
Para utilizar o scrapy em Python, você precisará do Poetry. Instale as dependências com: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Para utilizar o scrapy em Python, você precisará do Poetry. Instale as dependências com: | |
Para executar o raspador em Python, você precisará do Poetry. Instale as dependências com: |
@@ -17,3 +17,14 @@ Execute o raspador com: | |||
``` | |||
poetry run scrapy crawl vaccines | |||
``` | |||
|
|||
Para utilizar o scrapy em R, as dependências são instaladas automaticamente: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Para utilizar o scrapy em R, as dependências são instaladas automaticamente: | |
Para executar o raspador em R, as dependências são instaladas automaticamente. |
Scrapy é o nome da biblioteca em Python. Pode ficar confuso usar nesse contexto. :)
Para executar, você deve rodar o comando: | ||
|
||
``` | ||
Rscript scraper.R |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tem que instalar esse Rscript
, não? Seria bom informar um link pra isso.
@cndesantana fizemos algumas modificações no README. Tem que atualizar a branch, por favor. |
Adding instructions to run R version of the scraper