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
- Host: GitHub
- URL: https://github.com/danlooo/shiny-selenium
- Owner: danlooo
- Created: 2021-09-13T13:41:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T13:46:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T12:25:03.565Z (over 1 year ago)
- Language: R
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.