Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fs-frost/dealsscraper
Nintendo Switch USA eshop deals scraper using Selenium and ChromeDriver.
https://github.com/fs-frost/dealsscraper
automation chromedriver dotnet selenium webscraping
Last synced: 19 days ago
JSON representation
Nintendo Switch USA eshop deals scraper using Selenium and ChromeDriver.
- Host: GitHub
- URL: https://github.com/fs-frost/dealsscraper
- Owner: FS-Frost
- License: mit
- Created: 2020-01-01T20:49:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:28:28.000Z (about 2 years ago)
- Last Synced: 2023-08-31T03:56:20.081Z (over 1 year ago)
- Topics: automation, chromedriver, dotnet, selenium, webscraping
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DealsScraper
Nintendo Switch USA eshop deals scraper using Selenium and ChromeDriver.
# How to use (out of the box)
- Restore the dependencies.
- Compile the solution.
- Edit ConsoleApp\config.json if necessary.
- Run ConsoleApp.exe.# How to use with remote driver
- Run ChromeDriver on any server.
- On ConsoleApp\config.json, set:
- "remoteDriverIp" to the server IP, including the port.
- "useRemoteDriver" to "true".
- Run ConsoleApp.exe.# How to use with local driver
- Install ChromeDriver.
- On ConsoleApp\config.json, set:
- "useRemoteDriver" to "false".
- "localDriverLocation" to the driver directory ("null" to use executable directory).
- Run ConsoleApp.exe.