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
This module contains an example flow of a ChatGPT data donation study
Instagram¶
This module contains an example flow of a Instagram data donation study