This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config_example.py
78 lines (78 loc) · 1.78 KB
/
config_example.py
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
config = {
'enable_proxy': False,
'proxy': '',
'ddir': '/home/ubuntu/Matsuri',
'sec': 15,
'error_sec': 5,
'enable_bot': False,
'bot_host': '',
'group_id': [],
'bot_token': '',
'enable_upload': True,
'upload_by': 'bd',
'enable_mongodb': False,
's3_server': '',
's3_access_key': '',
's3_secret_key': '',
'youtube': {
'enable': True,
'enable_temp': False,
'enable_temp_bot_notice': True,
'enable_temp_download': True,
'quality': '720p',
'api_key': '',
'users': [
{
'target_id': 'UCQ0UDLQCjY0rmuxCDE38FGg',
'bot_notice': True,
'download': True
},
{
'target_id': 'UCl_gCybOJRIgOXw6Qb4qJzQ',
'ddir': 'rushia',
'bot_notice': False,
'download': True
}
]
},
'twitcasting': {
'enable': True,
'users': [
{
'target_id': 'natsuiromatsuri',
'bot_notice': True,
'download': True
}
]
},
'mirrativ': {
'enable': True,
'users': [
{
'target_id': '3264432',
'bot_notice': True,
'download': True
}
]
},
'openrec': {
'enable': True,
'users': [
{
'target_id': 'natsuiromatsuri',
'bot_notice': True,
'download': True
}
]
},
'bilibili': {
'enable': True,
'users': [
{
'target_id': '336731767',
'bot_notice': True,
'download': True
}
]
}
}