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: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:28:28.000Z (over 2 years ago)
- Last Synced: 2025-01-05T09:32:33.534Z (6 months 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.