Skip to content

mirkorean/tcfdecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcfdecoder

A simple cli to decode TCF2 strings to JSON. Needed something to pipe a lot of consent strings into for further insights.

E.g. checking for distribution of TCF2 versions

cat a-lot-of-consent-strings.txt | tcfdecode | jq .TCFPolicyVersion | sort | uniq -c

There is an official node cli from the IAB but it does output to multiple lines and is not up to date.

About

A simple cli to decode TCF2 strings to JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages