Question on Credentials #37
-
|
It looks like this tool does everything that I'm looking for, but I can't figure out how to get any of the scrapers to work. What I'm most looking for is something that lets me scrape a specific subset of games, and look first in a local cache (because I already have a lot of what I need from an older Batocera drive). Gamelist_Manager looks to do that, but I can't figure out how to get it to work. I have accounts for EmuMovies and ScreenScraper. The code uses: To get my username and password, but I can't find any documentation on how to set those credentials up so that the code finds them. To get past that, I just went ahead and put my credentials directly into the code for username and pasword. Then I run into exceptions a bit farther along in the process: For EmuMovies - And for ScreenScraper: Is there some documentation somewhere that I'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
@YourUncleBob Both Emumovies and Screenscraper require the application to autheticate to the scraper API as well. For emumovies there is a bearertoken and Screenscraper uses a dev id and password. These are naturally omitted from the source code I post on github because they are my developer credentials. The compiled release versions do include this so they can function. You can request developer credentials from either site and those would be put in the app.config file.
|
Beta Was this translation helpful? Give feedback.

@YourUncleBob Both Emumovies and Screenscraper require the application to autheticate to the scraper API as well. For emumovies there is a bearertoken and Screenscraper uses a dev id and password. These are naturally omitted from the source code I post on github because they are my developer credentials. The compiled release versions do include this so they can function. You can request developer credentials from either site and those would be put in the app.config file.