This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
parameters.yaml.dist
60 lines (47 loc) · 2.21 KB
/
parameters.yaml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Default application parameters distributed with the source code. Composer and
# Incenteev's Composer script handler creates the ignored parameters.yaml file
parameters:
# Facebook application ID
# You can find it in the application's dashboard settings
# (https://developers.facebook.com/apps/) of your Facebook application.
fb_app_id: ~
# Facebook application secret key
# Secret string of the Facebook application. You can find it in the application's
# dashboard settings (https://developers.facebook.com/apps/).
fb_app_secret: ~
# Default Facebook Graph API version
default_graph_version: v2.11
# Facebook group ID of open, closed or secret group. For closed and secret
# groups, the user who generates stats must be group admin. Moderators and
# members can generate stats only for public groups.
group_id: 2204685680
# Locale for the report
locale: en
# Number of top users listed in the output report
top_users_count: 5
# Number of blocked users from previous report
last_blocked_count: 0
# New number of blocked users for current report
new_blocked_count: 0
# Maximum number of API pages to paginate when retrieving members
# Safety limit when retrieving members in case there are too many pages to retrieve.
api_pages: 10
# Array of staff picked top topics with title and URL.
top_topics:
-
title: "20 years of PHP"
url: "fb.com/groups/2204685680/permalink/10153439277470681"
# Array of users not shown in the stats report. This is usually set to people
# that generate and post the report.
# Format {'Name',...}
ignored_users: {}
# Array of group staff - administrators, moderators etc.
# Format {['Name': ID],...}
admins: {}
# Offset is used to adjust the Facebook Graph API output based on the 'since'
# and 'until' parameters which are based on the updated_time of the topic and
# not created_time. The updated_time is increased with each topic edit, comment
# or reply therefore you might get some topics missing in the report for certain
# period. By default we'll use a rule of a thumb and set it to 3 days in
# seconds.
offset: 259200