-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_sample.ini
70 lines (59 loc) · 1.4 KB
/
config_sample.ini
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
[twitter]
consumer_key = consumer_key_here
secret_key = secret_key_here
access_token = access_token_here
access_token_secret = access_token_secret_here
[mastodon]
api_base_url = api_base_url_here
login_email = login_email_here
password = password_here
[lastfm-FIP]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Rock]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Jazz]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Groove]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Monde]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Nouveautés]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Reggae]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Electro]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Metal]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here
[lastfm-Pop]
API_KEY = api_key_here
API_SECRET = api_secret_here
username = username_here
password = password_here