maraujo / pySocialWatcher

Social Watcher on Facebook Marketing API
MIT License
109 stars 49 forks source link

Allow users to specify the directory where queries are saved. #15

Closed khof312 closed 5 years ago

khof312 commented 5 years ago

Add an optional second argument to run_data_collection(), called output_dir.

This will be helpful to users who generate many files and want to easily see which CSVs correspond to which queries; they can create directories with informative names and store the CSVs inside.

maraujo commented 5 years ago

Pull request reviewed. Thanks for collaborating.