strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
505 stars 198 forks source link

How do I change the CSV Component #169

Closed systemsGit closed 2 years ago

systemsGit commented 2 years ago

Could someone here please guide me to the part of the code where the data is being stored to a CSV. I need to alter a few things according to my liking

strohne commented 2 years ago

Sure, you'll find the export function in https://github.com/strohne/Facepager/blob/master/src/dialogs/export.py (see exportSelectedNodes and exportAllNodes)