-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
29 lines (29 loc) · 839 Bytes
/
config.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
{
"twitter": {
"consumer_key": "rLSO59KOXRjjWisGpsuqqaEdJ",
"consumer_secret": "rprRhqIsgxY49qFZlpRZmZs7pMXcFoJrGmryoRUUmXRQm6E9v0",
"access_token": "420400261-Qknhgi9XaPv1ZklKdV68Ef4ZzbmjyPTFKynzW2WR",
"access_token_secret": "B077y0aYdHAntBR0GKB84xHqkofTW2a99qb42iptprDwE"
},
"twitterFetch": {
"max_followers": 15,
"max_tweets": 100,
"max_follower_friends": 10
},
"topic_modeling": {
"num_topics": 10,
"model_name": "ldamodel.pickle",
"num_article_topics": 10,
"num_iterations": 20,
"num_words": 10
},
"elasticsearch": {
"host": "localhost",
"port": 9200,
"index": "lsi_topics",
"doc_type": "lsi"
},
"newsapi": {
"api_key": "3fee702fe91748e8b8220095fcc4747a"
}
}