36 lines
		
	
	
		
			977 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			977 B
		
	
	
	
		
			INI
		
	
	
	
| [DATA]
 | |
| #Plane to track, based of ICAO or ICAO24 which is the unique transponder address of a plane.
 | |
| ICAO = icaohere
 | |
| 
 | |
| [MAP]
 | |
| #Map to create from Google Static Maps or screenshot global tar1090 from globe.adsbexchange.com
 | |
| #Enter GOOGLESTATICMAP or ADSBX
 | |
| OPTION = ADSBX
 | |
| 
 | |
| [AIRPORT]
 | |
| #Requires a list of airport types, this plane could land/takeoff at
 | |
| #Choices: small_airport, medium_airport, large_airport, heliport, seaplane_base
 | |
| TYPES = [small_airport, medium_airport, large_airport]
 | |
| 
 | |
| #TITLE for Twitter, PB and Discord are Just text added to the front of each message/tweet sent
 | |
| [TWITTER]
 | |
| ENABLE = FALSE
 | |
| TITLE =
 | |
| 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 = 
 | |
| USERNAME = plane-notify
 |