Grouping of facebook posts for engagement analysis
> git submodule init
> git submodule update
> python Crawler/Facebook_Page_Crawler.py 'SiteOmelete' '2017-07-01 00:00:00' '2017-07-30 23:59:59' --resume
> python Cluster/run.py 'SiteOmelete'
Change the information in the file parameters.json
{
"fb_app_id": "",
"fb_app_secret": "",
"pca_variance_max": 0.7,
"range_of_cluster": [10, 50],
"tfidf_max_features": 200000,
"tfidf_max_df": 0.1,
"tfidf_min_df": 0.01,
"tfidf_ngram_range": [1, 2]
}