Env option to enable PlaneAlert to send out Tweets instead of DM's
Sportsbadger opened this issue · 2 comments
Sportsbadger commented
Add an option to enable PA to send tweets instead of DM's. Options could be - DM, Tweet, Null
kx1t commented
From planefence.config
sample file:
# Last, PF_PA_TWEET indicates the type of Tweet that is sent by Plane Alert:
# false = no tweet is sent; TWEET = a regular Tweet is sent; and DM means a DM is sent
# Note - if PF_PA_TWEET=DM but there are no Twitter ID(s) listed in PF_PA_TWID, then no tweets are sent.
PF_PLANEALERT=ON
PF_PA_TWEET=DM
PF_PA_TWID=
#
kx1t commented
Implemented and deployed