Merge pull request #22 from Aashs/patch-1
Jack Sweeney
2022-02-18 13:23:39 -0500
c8e4b382b7Use of 'locals' func unnecessary.
williamnoonan
2022-02-17 13:16:14 -0600
d2ed9527daPyCharm auto-reformatting for improved readability before making code improvements; added 2 spaces between functions. Minimizing line count is not important. Readability is a priority.
williamnoonan
2022-02-17 13:04:49 -0600
Bump pillow from 8.3.2 to 9.0.0
dependabot[bot]
2022-01-13 03:52:56 +0000
4f9d660883Fixes Twitter Replies -Fixes issues for multiple planes on same twitter account. -Use to reply to latest tweet on account, now replies to last tweet of thread the specific aircraft.
Jxck-S
2021-10-28 20:30:14 -0400
1366f7d3caFix for hanging requests, Remove PID File - Removed PID file generation, uneeded use matching process to plane-notify name - Add timeout to requests for ADSBX, previously hanging. - Fix exception for Discord
Jxck-S
2021-10-13 21:27:38 -0400
405cc549f9Update Tweepy, Add route lkp to OpenSky -Tweepy 4.0.0, defTweet fix notify no longer a thing -Mictronics parse, get type code by icao -Route lookup now working for OpenSky if enabled
Jxck-S
2021-10-01 14:51:17 -0400
Bump pillow from 8.3.1 to 8.3.2
dependabot[bot]
2021-09-08 03:19:29 +0000
6809dadf24Diversion/route change, Circling, Clean keys -New route system check on takeoff/1 min after then every 10 mins, checks for divert and route change. -Circling detection, stores traces of track changes, time and coordinates, triggers once total change of past 20 mins 720 deg and within 15 miles of centroid. -Sneaky cleaned up keys -_- ;)
Jack Sweeney
2021-08-13 21:44:57 -0400
2d6a64c764Data 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
Jack Sweeney
2021-07-30 18:27:51 -0400
Merge branch 'multi' into feature/docker-enviroment
Raymond Bernardo
2021-07-27 20:19:42 -0400
b76a7fe2ecCustom photos on ADSBX Map -Injects photos from repository onto ADSBX map
Jack Sweeney
2021-07-27 18:07:58 -0400
487ac96ebbRequirments update, fix ra with no invader. -RA fix, not best solution but it works
Jack Sweeney
2021-07-24 22:31:28 -0400
12ca3ace90Add 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
Jack Sweeney
2021-07-13 23:50:57 -0400
d53be29961Relative 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
Jxck-S
2021-06-10 11:21:05 -0400
b82a25f248Replace "discord-webhooks" with "discord-webhook"
Raymond Bernardo
2021-05-31 22:57:52 -0400
c0af386df7Add language flag to new docs
Raymond Bernardo
2021-05-31 18:20:40 -0400
740a6107a8Fix bug in docker files
Raymond Bernardo
2021-05-31 18:17:22 -0400
62a30a0390Update dockerfile to install a specific version of pipenv
Raymond Bernardo
2021-05-31 18:10:06 -0400
a4b15af866Add docker environment
Raymond Bernardo
2021-05-31 16:50:29 -0400
71b4bb807cSwitch to all datetime in planeclass, returning to. -Replace time with datetime -Fixes 10 hours issue -Returning to instead of going to if destination is same place as origin -Plural/singular for time -Redisable route lookup
Jxck-S
2021-05-27 11:51:38 -0400
Merge pull request #2 from Seth10001/feature/pip-env
Jack Sweeney
2021-05-13 21:19:25 -0400
aef724bd56Fix overlays, change to wait for webdriver
Jxck-S
2021-05-09 16:47:19 -0400
fbe89d57bcAdd webdriver-manager to pipenv
Raymond
2021-05-09 12:45:16 -0400
ba721d8d03Update start program for pipenv
Raymond
2021-05-09 12:27:20 -0400
d4eb3f96e0Add pipenv
Raymond
2021-05-09 12:19:58 -0400
1d7bc62699New Resolution Advisory system, Mictronics DB, PID File -Makes PID file on Linux and SIGTERM detection, mess with logging -Better DIR handling -Downloads Micrtronics db and unzip, parsing library -Downloads RA list of day from ADSBX and looks for new ones -ADSBX Screenshoting, timebased, tracks, labels
Jxck-S
2021-05-02 13:27:05 -0400