![]() |
Webapi for scraper - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: Webapi for scraper (/showthread.php?tid=342604) |
Webapi for scraper - swetoast - 2019-03-31 Hi @garbear dunno how far along you guys are on the scraper for roms but i wanted to bring up a great place to scrape for roms https://www.screenscraper.fr/index.php?action=changelangue&langue=en&gameid=0&plateforme=0 They got an webapi that really usable along with images for the games etc. the most popular standalone scrapers out there use that api when scraping for game info. just wanted to bring it to your attention, Keep up the good work ![]() RE: Webapi for scraper - garbear - 2019-04-01 Thanks for the resource!!! Scraping is on the radar, my free time is limited these days but every once in a while I get a weekend to work on RetroPlayer. I've started implementing a JSON-LD based game library, but it's a long way from being ready. RE: Webapi for scraper - swetoast - 2019-04-01 (2019-04-01, 19:57)garbear Wrote: Thanks for the resource!!! Scraping is on the radar, my free time is limited these days but every once in a while I get a weekend to work on RetroPlayer. I've started implementing a JSON-LD based game library, but it's a long way from being ready.Awesome glad to help ![]() there is a cli for linux on github but it bases of QT in C++ but i think a better solution is making a scraper in python like the rest of the scrapers for kodi https://github.com/muldjord/skyscraper RE: Webapi for scraper - garbear - 2019-04-01 We have a python engine created for GSoC '12 that does forward-chaining inference to obtain file metadata: https://github.com/topfs2/heimdall . I would be simple to write a ScreenScraper rule. One of the many things I hope to get to someday... RE: Webapi for scraper - swetoast - 2019-04-02 (2019-04-01, 22:01)garbear Wrote: We have a python engine created for GSoC '12 that does forward-chaining inference to obtain file metadata: https://github.com/topfs2/heimdall . I would be simple to write a ScreenScraper rule. One of the many things I hope to get to someday... Awesome let me know if you need testing when you feel its ready enough got a huge library that good for testing ![]() |