ta.TwitterAnalysis.edge_files_analysis¶
-
TwitterAnalysis.edge_files_analysis(output_path)[source]¶ Automated way to generate all analysis files. It creates all folders, edge files, and any other files based on given settings. The setting of what files are interesting or not, should be set using the setConfigs method.
- Parameters
output_path – the path where the files should be saved
Examples
Create all analysis files and folder based on the configurations set on setConfigs:
>>> edge_files_analysis('D:\Data\MyFiles')