This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathparams-sample.json
58 lines (58 loc) · 2.08 KB
/
params-sample.json
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
{
"profileName": "local dev version",
"port": 8080,
"monitor": {
"description": "related to startups and data science in Belgium",
"track" : [],
"list": "",
"boundingBox" : {
"sw": {
"lat": 49.496899
, "long": 2.54563
}
, "ne": {
"lat": 51.505081
, "long": 6.40791
}
}
},
"twitter": {
"consumer_key": "--fill-me--",
"consumer_secret": "--fill-me--",
"access_token": "--fill-me--",
"access_token_secret": "--fill-me--"
},
"googleAnalytics": "",
"twitterUsersBlacklist": ["twitto_be"],
"content": {
"logo": {
"src": "img/favicon.png",
"width": 40,
"height": 40
},
"appText": {
"title": "twitto.be",
"subtitle": "Real time dashboard of Belgian startup tweets",
"about": "Twitto.be is a live dashboard providing analytics about the tweets related to entrepreneurship in Belgium. The data you're seeing is what is happening right now on twitter, it's real real-time.",
"cta": "<h2>Need your own dashboard?</h2><p>Let us help you <strong>make sense of business data</strong>.</p><p>We design business-centric solutions using analytics and modern web visualizations.</p><a class=\"button button-primary u-full-width\" href=\"https://mango-is.com/contact/\">Hire us!</a>"
},
"appMeta": {
"title": "Twitto.be - realtime hashtags network graph analytics - SNA",
"description": "Twitto is a live analytics dashboard of the tweets related to entrepreneurship in Belgium. Curious about the trending topics right now? Come have a look.",
"title502": "Twitto.be - down for maintenance",
"description502": "Twitto.be is temporarily unavailable - please try again in a few seconds",
"url": "https://twitto.be",
"thumbnail": "/img/twitto-be-dashboard-screenshot.png",
"favicon": "/img/favicon.png"
}
},
"tweetBot": {
"enableTweets": false,
"autoTweetHour": 10,
"tweetText": {
"dailyStats": "Over the past 24 hours, Belgium sent $1 tweets > https://twitto.be",
"hourlyHashtags": "Hashtags trending now in Belgium: $1 > https://twitto.be",
"hourlyMentions": "Top mentions right now in Belgium: $1 > https://twitto.be"
}
}
}