forked from misiektoja/instagram_monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.24 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) · 1.24 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
# Example dotenv file for instagram_monitor
#
# Copy this file to ".env" and fill in the values you need:
# cp .env.example .env
#
# Only secrets belong here. All non-secret settings live in instagram_monitor.conf
# (generate one with: instagram_monitor --setup or instagram_monitor --generate-config).
#
# The tool auto-searches for a .env file, or you can point at it with --env-file.
# Leave a line blank or commented out to skip that secret.
# Password for the Instagram account used for session login (Logged in mode).
# Prefer importing a browser session (instagram_monitor --import-browser-session --browser firefox|chrome)
# over storing a password here.
SESSION_PASSWORD=
# Password for the SMTP account used to send email notifications.
# For Gmail and similar providers use an app password, not your normal login password.
SMTP_PASSWORD=
# Discord webhook or ntfy topic URL.
# Select discord or ntfy with WEBHOOK_PROVIDER in instagram_monitor.conf.
# Treat this like a secret: anyone with the URL can post through the service.
WEBHOOK_URL=
# Optional ntfy access token for protected topics.
NTFY_ACCESS_TOKEN=
# Proxy URL, including credentials if required (e.g. http://user:pass@host:3128).
# Only needed when proxy support is enabled.
PROXY_URL=