An open API service indexing awesome lists of open source software.

https://github.com/danlooo/shiny-selenium

Web-scraping using a shiny app
https://github.com/danlooo/shiny-selenium

Last synced: 3 months ago
JSON representation

Web-scraping using a shiny app

Awesome Lists containing this project

README

          

# shiny-selenium: Web-scraping using a shiny app

This repo demonstrate how to access a selenium server running in another docker container using a R shiny app.

## Installation

Execute in bash:

```
git clone https://github.com/danlooo/shiny-selenium.git
cd shiny-selenium
docker-compose up --build
```

The shiny app will be accessible at [http://localhost:3838/](http://localhost:3838/).
After a few seconds to a minute, the current status of the selenium connection will be displayed.