Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.