README.md
setup.py
tc_analyzer_lib/__init__.py
tc_analyzer_lib/publish_on_success.py
tc_analyzer_lib/tc_analyzer.py
tc_analyzer_lib.egg-info/PKG-INFO
tc_analyzer_lib.egg-info/SOURCES.txt
tc_analyzer_lib.egg-info/dependency_links.txt
tc_analyzer_lib.egg-info/requires.txt
tc_analyzer_lib.egg-info/top_level.txt
tc_analyzer_lib/DB_operations/__init__.py
tc_analyzer_lib/DB_operations/mongo_neo4j_ops.py
tc_analyzer_lib/DB_operations/mongodb_access.py
tc_analyzer_lib/DB_operations/mongodb_interaction.py
tc_analyzer_lib/DB_operations/network_graph.py
tc_analyzer_lib/algorithms/__init__.py
tc_analyzer_lib/algorithms/analytics_interactions_script.py
tc_analyzer_lib/algorithms/compute_interaction_matrix_discord.py
tc_analyzer_lib/algorithms/compute_member_activity.py
tc_analyzer_lib/algorithms/member_activity_history.py
tc_analyzer_lib/algorithms/assessment/__init__.py
tc_analyzer_lib/algorithms/assessment/assess_active.py
tc_analyzer_lib/algorithms/assessment/assess_connected.py
tc_analyzer_lib/algorithms/assessment/assess_consistent.py
tc_analyzer_lib/algorithms/assessment/assess_dropped.py
tc_analyzer_lib/algorithms/assessment/assess_lurker.py
tc_analyzer_lib/algorithms/assessment/assess_overlap.py
tc_analyzer_lib/algorithms/assessment/assess_remainder.py
tc_analyzer_lib/algorithms/assessment/assess_still_active.py
tc_analyzer_lib/algorithms/assessment/assess_vital.py
tc_analyzer_lib/algorithms/assessment/check_past.py
tc_analyzer_lib/algorithms/assessment/check_prev_period.py
tc_analyzer_lib/algorithms/assessment/engagement.py
tc_analyzer_lib/algorithms/assessment/utils/__init__.py
tc_analyzer_lib/algorithms/assessment/utils/activity.py
tc_analyzer_lib/algorithms/assessment/utils/compute_interaction_per_acc.py
tc_analyzer_lib/algorithms/assessment/utils/generate_graph.py
tc_analyzer_lib/algorithms/neo4j_analysis/__init__.py
tc_analyzer_lib/algorithms/neo4j_analysis/analyzer_node_stats.py
tc_analyzer_lib/algorithms/neo4j_analysis/centrality.py
tc_analyzer_lib/algorithms/neo4j_analysis/closeness_centrality.py
tc_analyzer_lib/algorithms/neo4j_analysis/local_clustering_coefficient.py
tc_analyzer_lib/algorithms/neo4j_analysis/louvain.py
tc_analyzer_lib/algorithms/neo4j_analysis/utils/__init__.py
tc_analyzer_lib/algorithms/neo4j_analysis/utils/neo4j_metrics.py
tc_analyzer_lib/algorithms/neo4j_analysis/utils/projection_utils.py
tc_analyzer_lib/algorithms/utils/__init__.py
tc_analyzer_lib/algorithms/utils/activity.py
tc_analyzer_lib/algorithms/utils/compute_interaction_mtx_utils.py
tc_analyzer_lib/algorithms/utils/member_activity_history_utils.py
tc_analyzer_lib/algorithms/utils/member_activity_utils.py
tc_analyzer_lib/automation/__init__.py
tc_analyzer_lib/automation/automation_workflow.py
tc_analyzer_lib/automation/utils/__init__.py
tc_analyzer_lib/automation/utils/automation_base.py
tc_analyzer_lib/automation/utils/interfaces.py
tc_analyzer_lib/automation/utils/model.py
tc_analyzer_lib/metrics/__init__.py
tc_analyzer_lib/metrics/analyzer_memberactivities.py
tc_analyzer_lib/metrics/memberactivity_utils.py
tc_analyzer_lib/metrics/neo4j_analytics.py
tc_analyzer_lib/metrics/heatmaps/__init__.py
tc_analyzer_lib/metrics/heatmaps/analytics_hourly.py
tc_analyzer_lib/metrics/heatmaps/analytics_raw.py
tc_analyzer_lib/metrics/heatmaps/heatmaps.py
tc_analyzer_lib/metrics/heatmaps/heatmaps_utils.py
tc_analyzer_lib/metrics/utils/__init__.py
tc_analyzer_lib/metrics/utils/analyzer_db_manager.py
tc_analyzer_lib/metrics/utils/platform.py
tc_analyzer_lib/models/BaseModel.py
tc_analyzer_lib/models/GuildsRnDaoModel.py
tc_analyzer_lib/models/HeatMapModel.py
tc_analyzer_lib/models/MemberActivityModel.py
tc_analyzer_lib/models/RawInfoModel.py
tc_analyzer_lib/models/__init__.py
tc_analyzer_lib/models/raw_member_activities.py
tc_analyzer_lib/schemas/__init__.py
tc_analyzer_lib/schemas/activity_type.py
tc_analyzer_lib/schemas/graph.py
tc_analyzer_lib/schemas/hourly_analytics.py
tc_analyzer_lib/schemas/raw_analytics.py
tc_analyzer_lib/schemas/raw_analytics_item.py
tc_analyzer_lib/schemas/platform_configs/__init__.py
tc_analyzer_lib/schemas/platform_configs/config_base.py
tc_analyzer_lib/schemas/platform_configs/discord.py
tc_analyzer_lib/schemas/platform_configs/discourse.py
tc_analyzer_lib/schemas/platform_configs/telegram.py
tc_analyzer_lib/utils/__init__.py
tc_analyzer_lib/utils/credentials.py
tc_analyzer_lib/utils/get_guild_utils.py
tc_analyzer_lib/utils/mongo.py
tc_analyzer_lib/utils/rabbitmq.py
tc_analyzer_lib/utils/redis.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_active_members.py
tests/integration/test_all_active_fourteen_period.py
tests/integration/test_all_active_period.py
tests/integration/test_all_joined_day_members.py
tests/integration/test_analyzer_period_1year_recompute_available_analytics.py
tests/integration/test_analyzer_period_1year_recompute_empty_analytics.py
tests/integration/test_analyzer_period_1year_run_once_available_analytics.py
tests/integration/test_analyzer_period_1year_run_once_empty_analytics.py
tests/integration/test_analyzer_period_35days_run_once.py
tests/integration/test_analyzer_period_3month_recompute_available_analytics.py
tests/integration/test_analyzer_period_3month_recompute_empty_analytics.py
tests/integration/test_analyzer_period_3month_run_once_available_analytics.py
tests/integration/test_analyzer_period_3month_run_once_empty_analytics.py
tests/integration/test_analyzer_period_6month_recompute_available_analytics.py
tests/integration/test_analyzer_period_6month_recompute_empty_analytics.py
tests/integration/test_analyzer_period_6month_run_once_available_analytics.py
tests/integration/test_analyzer_period_6month_run_once_empty_analytics.py
tests/integration/test_analyzer_period_month_recompute_available_analytics.py
tests/integration/test_analyzer_period_month_recompute_empty_analytics.py
tests/integration/test_analyzer_period_month_run_once_available_analytics.py
tests/integration/test_analyzer_period_month_run_once_empty_analytics.py
tests/integration/test_analyzer_period_week_recompute_available_analytics.py
tests/integration/test_analyzer_period_week_recompute_empty_analytics.py
tests/integration/test_analyzer_period_week_run_once_available_analytics.py
tests/integration/test_analyzer_period_week_run_once_empty_analytics.py
tests/integration/test_analyzer_platform_fetch_period.py
tests/integration/test_analyzer_platform_fetch_resources.py
tests/integration/test_analyzer_utils_platform.py
tests/integration/test_analyzer_utils_platform_parameters.py
tests/integration/test_assess_engagement_mention.py
tests/integration/test_assess_engagement_reactions.py
tests/integration/test_assess_engagement_replies.py
tests/integration/test_assess_mention.py
tests/integration/test_assess_reactions.py
tests/integration/test_assess_replies.py
tests/integration/test_automation_base_create_manual_saga.py
tests/integration/test_automation_base_get_users_from_memberactivities_empty_database.py
tests/integration/test_automation_base_get_users_from_memberactivities_filled_database.py
tests/integration/test_automation_base_prepare_names_globalname.py
tests/integration/test_automation_base_prepare_names_ngu.py
tests/integration/test_automation_base_prepare_names_nickname.py
tests/integration/test_automation_base_prepare_names_usernames.py
tests/integration/test_automation_db_load_from_db.py
tests/integration/test_automation_db_save_to_db.py
tests/integration/test_automation_fire_messages_mongo_saga_message_ngu_strategy.py
tests/integration/test_automation_fire_messages_mongo_saga_message_nickname_strategy.py
tests/integration/test_automation_fire_messages_mongo_saga_message_no_handlebar.py
tests/integration/test_automation_fire_messages_mongo_saga_message_username_strategy.py
tests/integration/test_closeness_centrality_algorithm_computation.py
tests/integration/test_closeness_centrality_get_computed_dates.py
tests/integration/test_closeness_centrality_no_mutual_ties.py
tests/integration/test_closeness_centrality_with_mutual_ties.py
tests/integration/test_consistently_active.py
tests/integration/test_decentralization_score.py
tests/integration/test_degree_centrality_multiple_guilds.py
tests/integration/test_degree_centrality_multiple_guilds_preserve_parallel.py
tests/integration/test_degree_centrality_parallel_preservation.py
tests/integration/test_discord_heatmaps_config.py
tests/integration/test_disengaged_members.py
tests/integration/test_disengaged_were_consistently_active.py
tests/integration/test_disengaged_were_newly_active.py
tests/integration/test_disengaged_were_vital.py
tests/integration/test_exclude_bots.py
tests/integration/test_fragmentation_score.py
tests/integration/test_fragmentation_score_exclude_past.py
tests/integration/test_fragmentation_score_from_start.py
tests/integration/test_fragmentation_score_rescaling.py
tests/integration/test_generated_graph_period_1_year_run_once.py
tests/integration/test_generated_graph_period_1year.py
tests/integration/test_generated_graph_period_35_days.py
tests/integration/test_generated_graph_period_35_days_run_once.py
tests/integration/test_generated_graph_period_3_months.py
tests/integration/test_generated_graph_period_3_months_run_once.py
tests/integration/test_generated_graph_period_6_months.py
tests/integration/test_generated_graph_period_6_months_run_once.py
tests/integration/test_get_guild_community_ids.py
tests/integration/test_get_guild_owner.py
tests/integration/test_get_guild_platform_id.py
tests/integration/test_get_past_7_days_heatmaps.py
tests/integration/test_heatmaps_analytics.py
tests/integration/test_heatmaps_analytics_base.py
tests/integration/test_heatmaps_analytics_different_source.py
tests/integration/test_heatmaps_analytics_hourly_no_filter.py
tests/integration/test_heatmaps_analytics_raw.py
tests/integration/test_heatmaps_hourly_analytics_actions_vectors.py
tests/integration/test_heatmaps_hourly_analytics_interaction_vectors.py
tests/integration/test_heatmaps_hourly_lone_message.py
tests/integration/test_heatmaps_hourly_mentions.py
tests/integration/test_heatmaps_process_hourly_single_day.py
tests/integration/test_heatmaps_process_raw_analytics.py
tests/integration/test_heatmaps_reactions.py
tests/integration/test_heatmaps_replier.py
tests/integration/test_heatmaps_thread_msg.py
tests/integration/test_heatmaps_utils.py
tests/integration/test_heatmaps_utils_active_resources.py
tests/integration/test_heatmaps_utils_active_users.py
tests/integration/test_interacted_in_deletion.py
tests/integration/test_lcc_all_connected.py
tests/integration/test_lcc_partially_connected.py
tests/integration/test_lone_actions_all_active.py
tests/integration/test_lone_thr_actions_active.py
tests/integration/test_louvain_algorithm_computation.py
tests/integration/test_louvain_algorithm_get_computed_dates.py
tests/integration/test_member_activities_action_all_active.py
tests/integration/test_member_activities_action_all_activities.py
tests/integration/test_member_activity_from_start_no_past_data.py
tests/integration/test_member_activity_from_start_with_guild_heatmaps_available.py
tests/integration/test_member_activity_from_start_with_guild_memberactivities_available.py
tests/integration/test_member_activity_from_start_with_one_interval.py
tests/integration/test_member_activity_utils.py
tests/integration/test_memberactivities_mentions.py
tests/integration/test_memberactivities_reaction.py
tests/integration/test_memberactivities_reply.py
tests/integration/test_mention_active_members_from_int_matrix.py
tests/integration/test_mentioned_active_members_from_message.py
tests/integration/test_neo4j_compute_metrics.py
tests/integration/test_neo4j_compute_metrics_from_start.py
tests/integration/test_neo4j_projection_utils_computed_dates.py
tests/integration/test_newly_active_continuous_period.py
tests/integration/test_newly_active_discontinued_period.py
tests/integration/test_node_stats.py
tests/integration/test_non_consistently_active.py
tests/integration/test_partially_consistently_active.py
tests/integration/test_platforms_base_config.py
tests/integration/test_publish_on_success_recompute_false.py
tests/integration/test_publish_on_success_recompute_true.py
tests/integration/test_rawinfo_webhook_fetching.py
tests/integration/test_service_connection.py
tests/integration/test_still_active.py
tests/integration/test_thr_actions_all_active.py
tests/integration/test_vital.py
tests/integration/utils/__init__.py
tests/integration/utils/activity_params.py
tests/integration/utils/analyzer_setup.py
tests/integration/utils/mock_graph.py
tests/integration/utils/mock_heatmaps.py
tests/integration/utils/mock_memberactivities.py
tests/integration/utils/setup_platform.py
tests/unit/__init__ copy.py
tests/unit/__init__.py
tests/unit/test_analytics_interaction_refine_dictionary.py
tests/unit/test_analyzer_heatmaps_compute_iteration_counts.py
tests/unit/test_assess_active.py
tests/unit/test_assess_connected.py
tests/unit/test_assess_consistent.py
tests/unit/test_assess_dropped.py
tests/unit/test_assess_lurker.py
tests/unit/test_assess_overlap.py
tests/unit/test_assess_remainder_disengaged.py
tests/unit/test_assess_remainder_paused.py
tests/unit/test_assess_remainder_returned.py
tests/unit/test_assess_remainder_unpaused.py
tests/unit/test_assess_still_active.py
tests/unit/test_assess_vital.py
tests/unit/test_automation_class.py
tests/unit/test_automation_get_handler_type.py
tests/unit/test_automation_trigger_action_report.py
tests/unit/test_check_past.py
tests/unit/test_check_prev_period.py
tests/unit/test_compile_message.py
tests/unit/test_converting_to_dict.py
tests/unit/test_creds_loading.py
tests/unit/test_engagement_notifier_subtract_users.py
tests/unit/test_enum_activity.py
tests/unit/test_generate_interaction_mtx.py
tests/unit/test_generate_interaction_mtx_mention.py
tests/unit/test_generate_interaction_mtx_reaction.py
tests/unit/test_generate_interaction_mtx_reply.py
tests/unit/test_get_timestamp.py
tests/unit/test_graph_creation.py
tests/unit/test_graph_schema.py
tests/unit/test_member_activity_utils.py
tests/unit/test_mongo_singleton.py
tests/unit/test_per_account_interaction.py
tests/unit/test_prepare_results_per_acc.py
tests/unit/test_process_non_reaction_heatmaps.py
tests/unit/test_schema_hourly_analytics.py
tests/unit/test_schema_raw_analytics.py