jakubszalaty / cookidoo-parser

Get all recipes' links from https://cookidoo.pl/vorwerkWebapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookidoo-parser

Get all recipes' links from https://cookidoo.pl/vorwerkWebapp/ in JSON Object.

Warning AFTER recently update of cookidoo WEB APP and API this method isn't working.

Usage

  • Go to https://cookidoo.pl/vorwerkWebapp/
  • Log in
  • Open Dev Tools and open Network tab (in Chrome)
  • Reload page
  • Select one of XHR request
  • Copy from Request Headers value of Authorization
  • Paste it into script instead of [Authorization headers value] string
  • Copy all code to clipboard
  • Paste code in Dev Tools's console
  • If code executed correctly in body selector should print JSON Object

Important Paid account is required to use this script

About

Get all recipes' links from https://cookidoo.pl/vorwerkWebapp/

License:MIT License


Languages

Language:JavaScript 100.0%