-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
82 lines (73 loc) · 2.14 KB
/
Copy pathconfig.toml
File metadata and controls
82 lines (73 loc) · 2.14 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# X Communities Data Fetcher Configuration
[data]
# Number of days to go back for fetching posts
days_back = 365
[seed_graph]
optimism = [
"1339694846", # opmichael_eth
"1379415847", # HelloShreyas
"117817623", # singularityhack
"265331258", # aaronsoskin
"1438575484368007173", # shanvasion
"2846592125", # bernasheq
"2661084708", # akhilasraju
"1243106354656616450", # theshelb_
"50858307", # garysheng
"713094195955830785", # m1guelpf
# trent.eth - NOT FOUND
"799379530993385472", # allisondman
"15156181", # matdryhurst
"77152055", # futurealisha
"1052561847356977152", # morrishuang03
"14356633", # kentf
"322684937", # yitong
"802074", # charlief
"193749466", # charliecfeng
"12293152", # jmclarty
"676573", # tobi
"109628138", # andreitr
"1907745589477126145", # Jamilya_eth
"3040070879", # stepanarsent
"69619073", # andrewdsouza
"2868453062", # zvsdev
"358278852", # mmazco
"2789328987", # CryptoEcon_Li
"152420744", # bbeats1
"1715357387022868480", # emjicy
"54111479", # brennanfoo
"1338638378154258437", # phasfernandes
"67435852", # canaldofrossard
"216939636", # AndrewYNg
"505835394", # ericzakariasson
"1458487179273977863", # Skarlus_
"1433749066672902144", # br1dge_eth
"295218901", # VitalikButerin
"902926941413453824", # cz_binance
"244647486", # saylor
"339061487", # APompliano
"2178012643", # balajis
"26377478", # laurashin
"1854401", # VinnyLingham
# aeyakovenko - NOT FOUND
"80722677", # TimBeiko
]
[output]
# Directory for raw data output
raw_data_dir = "./raw"
# File naming (using fixed name)
[rate_limiting]
# Maximum requests per second (Twitter API limit: 1,000)
requests_per_second = 1000
# Maximum parallel requests when fetching posts for a user (default: 4)
max_parallel_requests = 20
# Delay between requests (seconds) - calculated as 1/requests_per_second
request_delay = 0.0
# Delay between communities (seconds)
community_delay = 2.0
[trust_weights]
# Trust weights for different interaction types
follow = 30
mention = 30
reply = 20
retweet = 50
quote = 40