24 lines
511 B
INI
24 lines
511 B
INI
[DATA]
|
|
#Plane to track, based of ICAO or ICAO24 which is the unique transponder address of a plane.
|
|
ICAO = icao
|
|
|
|
[TWITTER]
|
|
ENABLE = FALSE
|
|
CONSUMER_KEY = ckhere
|
|
CONSUMER_SECRET = cshere
|
|
ACCESS_TOKEN = athere
|
|
ACCESS_TOKEN_SECRET = atshere
|
|
|
|
[PUSHBULLET]
|
|
ENABLE = FALSE
|
|
TITLE = Title Of Pushbullet message
|
|
API_KEY = apikey
|
|
CHANNEL_TAG = channeltag
|
|
|
|
[DISCORD]
|
|
ENABLE = TRUE
|
|
#WEBHOOK URL https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
|
|
URL = webhookurl
|
|
Title = title
|
|
USERNAME = plane-notify
|