forked from shihaam/starlink_status
27 lines
822 B
Plaintext
27 lines
822 B
Plaintext
# Your Telegram Bot API Token, Contact @BotFather on Telegram to obtain token
|
|
TG_BOT_TOKEN=''
|
|
|
|
# Your Telegram chat ID, This could be your user, group, supergroup or channel ID
|
|
# add "-100" first if supergroup or channel
|
|
TG_CHATID=''
|
|
|
|
# accepted units: s (seconds), m (minutes), h (hours), d (days), ms (milliseconds)
|
|
# Example: DELAY=10m
|
|
DELAY=30m
|
|
|
|
# Exmaple: RTSP_URL=rtsp://usernams:password@ipaddress:port/streampath
|
|
RTSP_URL=rtsp://
|
|
|
|
# Use some maps service to fetch this, this is used to fetch weather from API. (Default is Male', Maldives)
|
|
LATITUDE="4.1752"
|
|
LONGITUDE="73.5092"
|
|
|
|
|
|
# Change these as you see fit based on RTSP image resolution
|
|
UPLOAD_METER_LOCATION=510 # in px starting from download meter start
|
|
METER_SCALE=100 # in percentage
|
|
|
|
# Change meter scale in Mbps
|
|
MAX_DOWNLOAD_SPEED=300
|
|
MAX_UPLOAD_SPEED=50
|