-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
56 lines (51 loc) · 933 Bytes
/
config.yaml
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
# Configure the base country that will appear in all posts
base_country: "FR"
# List of European countries to compare with France
countries:
- DE
- BE
- ES
- IT
- GB
- NL
- PL
- PT
country_names:
FR: "France"
DE: "Germany"
BE: "Belgium"
ES: "Spain"
IT: "Italy"
GB: "Britain"
NL: "Netherlands"
PL: "Poland"
PT: "Portugal"
# Posting configuration
post_interval_hours: 4
# Logging configuration
logging:
level: INFO
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
file: 'bot.log'
emojis:
thresholds:
very_low: 100
low: 200
medium: 400
symbols:
very_low: "🟢"
low: "🟡"
medium: "🟠"
high: "🔴"
power_sources:
nuclear: "⚛️"
hydro: "🌊"
gas: "🔥"
wind: "💨"
coal: "🪨"
oil: "🛢️"
solar: "☀️"
biomass: "🔥"
geothermal: "🌋"
battery_storage: "🔋"
hydro_storage: "🌊"