Skip to content

jakubszalaty/cookidoo-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published