Commit Graph

35 Commits

Author SHA1 Message Date
Mark Bumiller a0a8df04db screenshots are now of globe.theairtraffic.com
fixes Jxck-S/plane-notify#115
2023-02-26 11:52:07 -05:00
Jack Sweeney c14ad50281 Fixes discrepancies related to #59 2022-12-30 21:50:44 -05:00
Jack Sweeney 2a5ae6159f
Merge pull request #90 from ai6yr/multi
I think you already implemented this, but here you go... Mastodon config and bot code.
2022-12-22 21:39:41 -05:00
Jack Sweeney f305541a17
Update mainconf.ini.example
The main config does need the Mastodon info
2022-12-22 21:33:47 -05:00
Christian Clauss 006de6f86a
Fix typos 2022-12-20 07:46:59 +01:00
kk6fut 07b153538b Fix to get Mastodon connector working, tested. 2022-12-14 20:19:50 -08:00
kk6fut f12b86facb Needed additional account config (per-plane) 2022-12-14 18:44:12 -08:00
kk6fut 0ee71ee2cc Initial config and mastodon connectors 2022-12-14 08:46:03 -08:00
Jack Sweeney 82b1c2f272 Removing PushBullet support
I can longer recommend PushBullet, poorly maintained, switch to the Telegram integration.
No longer needed
2022-12-04 23:10:09 -05:00
Jack Sweeney 4f4ae83800 Blur functions for hiding aircraft identies or PIA
-Blur entire id reg, type, callsign, photo etc with  CONCEAL_AC_ID
-Blur PIA info, callsign and hex/icao
-Add missing option to mainconf example
2022-11-30 12:50:47 -05:00
Jack Sweeney 3eb6f51225 Merge branch 'rapidapi' of https://github.com/makrsmark/plane-notify into multi 2022-11-14 13:47:07 -05:00
Anthony Hernandez af5c9d3145
Update mainconf.ini.example file
Added 'ROLE_ID' under '[DISCORD]' due to an error I kept receiving after I initially copied the original example.
2022-10-04 13:07:20 -05:00
Mark Bumiller 14333da614
Merge branch 'multi' into rapidapi 2022-06-20 18:01:35 -04:00
Mark Bumiller fb1ae371c5 preventing credential leaks
both ini files end up with secrets that should not be checked in
since they are user specifc, they should bnot be in version control
- moving example configs to have `.example` extension
- adding configs/*.ini to gitignore

fixes Jxck-S/plane-notify#60
2022-06-20 17:44:29 -04:00
Jack Sweeney d39b404f62 TFRs toggle, pounds fix, photo override fix
-TFRS toggle
-Pounds fix
-Photo override fix
- Airport code on image fix
-TFR above/below addition
2022-06-09 18:15:54 -04:00
Jxck-S 823d280965 Fix photo size, owner override/fix 2022-05-20 18:15:25 -04:00
Valerio Souza c7d11b95f4 RapidAPI 2022-05-18 13:33:22 -03:00
Jxck-S cc7a584ac8 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2022-05-16 16:37:47 -04:00
Jxck-S 492c21db49 Meta, Fuel,TextCred,Overrides 2022-05-16 16:35:24 -04:00
Jack Sweeney bff20e457e
Merge branch 'multi' into multi 2022-04-26 23:17:04 -04:00
Jack Sweeney f89fc9a362
Merge pull request #36 from LilaNawar/patch-1
Update plane1.ini
2022-04-26 22:37:56 -04:00
LilaNawar 61409c4cc0
Update plane1.ini
typo fix
2022-04-01 04:54:36 -04:00
rcbonz 0ae887a81e New feature: send a message using Telegram API with obtained data. 2022-03-13 15:52:58 -03:00
Bn102 4f54281d23
Update mainconf.ini
Free API access for feeding data is no longer available.
2022-03-02 22:06:02 +00:00
Jack Sweeney 2d6a64c764 Data error correction, Plane str method, Fix Data input
-Failover toggle in mainconf
-Error correction on data only ADSBX v2
-Move tabulate print to str method
-OpenSky and ADSBX v1 fixed, was never updated when squawk was added or new lastpos datetime
2021-07-30 18:27:51 -04:00
Jack Sweeney 12ca3ace90 Add region to going to info, new squawks, sel alt noti.
-Move pid file on linux
-ADSBX request, fix when response is cleared and no status code to print
-Airports, common add region function
-Default and per plane configurable data loss time till land.
-New squawk system from emergency-notify
-Disable route lookup for military flags
-Removed duplication of route to message generation, created function
-Route to now puts city/region then airport name
-Seperate sel alt notifications
-Remove Unused old map overlay function
2021-07-13 23:50:57 -04:00
Jxck-S d53be29961 Relative ETA, Auto toggle route lookup, Crash file to Discord
-Auto route lookup toggle
-Simplify failure, removed failed var rely on data to None instead
-ADSBX data matching efficiency improved, index then loop rather than nested loops
-Send crash log as file to discord
-Deduplicate requst code for adsbx requests
-Discord Tag Role ability
-Print out OpenSky error when one exsist
-Ignore missing elements when screenshoting ADSBX
-Relative ETA to destination added
-Fix issue with RA screenshot, add lat/lon param just incase map breaks
2021-06-10 11:21:05 -04:00
Jxck-S e09061289b Dependecies dir, screenshot in temp dir, rename functions
-New dependencies directory, font, airports, regions
-Screenshots put in OS temp directory now
-Fix some function names to be proper
-Testing with resolution advisories
-Adjust nearest airport box
-AppendAirport.py > modify_image.py
2021-04-01 17:20:17 -04:00
Jxck-S e76b8750bf AGL calculation, Traceback, Powerup, Route
-Use AGL to nearest airport when landing or takeoff is a unconfirmed instead of MSL, helps improve reliability in high areas.
-Change airport code on image to IATA / ICAO
-Better exceptions
 -Common Discord message method, full traceback on exits sent to Discord
 -Remove unneeded location code that relied on Reverse Geocode
 -Update TODO and refrences
 -Try powerup
 -Route lookup, not public because it breaks TOS of companies
2021-03-07 20:46:37 -05:00
Jxck-S fde586589f Added Discord enable/disable option for main 2021-02-02 20:52:33 -05:00
Jack Sweeney 90b74df7db ADSBX v2, crash notifications, Squawk, Nav modes
-ADSBX v2 API Support
-ADSBX API Proxy support, https://gitlab.com/jjwiseman/adsbx-api-proxy
-Built in crash notification to discord (Required RN need to add toggle)
-Fix some error handling
-Emergency Squawk Notifcations
-FMS Nav Mode Notifications (WIP, need to add set alt to althold notis and more)
-Landing / Takeoff notification code simplified to one module
2021-01-08 18:06:03 +00:00
Jxck-S d4c81515a8 Whoops 2020-12-19 17:38:25 -05:00
Jack Sweeney 849a71732f -Many changes, overlays, cleanup, more config....
-Added tar1090 overlay option per plane.
-Added Discord notifcation of failover(required rn).
-Improved config parsing, subfolder support, disabled folder to ignore, plane configs parsed only once.
-Unified divider length, 100
-Parsing ADSBX and OpenSky are seperate functions also run empty function.
-Made some self variables local, they where unnecessarily self.
-Remove recheck data, uneeded since timeout to landing was added.
-Cleaned up Reverse Geocoder error handling, uses less variables.
2020-12-19 22:21:33 +00:00
Jack Sweeney a8608f5c54 New Airport Lookup
-New Database Source
-Airport types per plane in config
2020-11-21 03:58:43 +00:00
Jxck-S 76313acfe9 Move config files/reduce repase, intital airport lookup 2020-10-25 22:42:50 -04:00