Platform Documentation¶
For various platforms we provide default extraction scripts, so you do not have to invent the wheel.
Freel free to use the extraction scripts as you see fit.
In order to use the scripts open the file src/framework/processing/py/port/main.py and change this line:
from port.script import process
to:
#from port.script import process
# Change to (in this case the standard script for instagram will be used):
from port.platforms.instagram import process
Available platforms¶
ChatGPT¶
ChatGPT
This module contains an example flow of a ChatGPT data donation study
To see what type of DDPs from ChatGPT it is designed for check DDP_CATEGORIES
Instagram¶
This module contains an example flow of a Instagram data donation study
To see what type of DDPs from Instagram it is designed for check DDP_CATEGORIES
TikTok¶
TikTok
This module contains an example flow of a TikTok data donation study.
To see what type of DDPs from TikTok it is designed for check DDP_CATEGORIES