Commit Graph

488 Commits

Author SHA1 Message Date
Jack Sweeney 954f181d57
Merge pull request #6 from FriedrichVoelker/patch-1
UPDATE README.md
2022-02-18 13:31:26 -05:00
Jack Sweeney 422a26bb43
Merge pull request #15 from colinpcurtis/colinpcurtis-fix-pseudocode-typos
fix typos in PseudoCode.md
2022-02-18 13:29:02 -05:00
Jack Sweeney 32ad3685fc
Merge pull request #22 from Aashs/patch-1
Rename Refrences.md to References.md
2022-02-18 13:23:39 -05:00
williamnoonan c8e4b382b7 Use of 'locals' func unnecessary. 2022-02-17 13:16:14 -06:00
williamnoonan d2ed9527da PyCharm auto-reformatting for improved readability before making code improvements; added 2 spaces between functions. Minimizing line count is not important. Readability is a priority. 2022-02-17 13:04:49 -06:00
willnoonan 043e69669b
Update .gitignore
Ignore .idea in PyCharm
2022-02-17 12:56:36 -06:00
Aashes baef8a06cf
Rename Refrences.md to References.md
Grammar mistake
2022-02-04 12:26:41 +05:30
Braden Konop a1beb590e3
Update README.md
Fixed spelling/grammatical errors.
2022-02-02 22:29:16 -06:00
Vishanthan 2eb4d4eb54 update README.md file 2022-02-03 09:46:26 +05:30
Vishanthan 0c8bba89f4 remove grammatical error 2022-02-03 09:44:17 +05:30
Colin Curtis b68fcfe021
fix typos in PseudoCode.md
there were some basic grammatical fixes in the file, including adding commas to a list and closing a parentheses.
2022-02-02 17:20:36 -08:00
Jack Sweeney 34ee303fed
Update README.md
Add ADS-BX info, API Differences
2022-02-02 11:57:18 -05:00
Wiktor Sienkiewicz a87336d0ef Added space before opening bracket. 2022-02-01 23:01:31 +01:00
FriedrichVoelker 255fafba6e UPDATE README.md 2022-02-01 20:03:48 +01:00
Jack Sweeney 12bc3adfb6
Merge pull request #5 from Jxck-S/dependabot/pip/pillow-9.0.0
Bump pillow from 8.3.2 to 9.0.0
2022-01-15 10:48:49 -05:00
dependabot[bot] 14d456451a
Bump pillow from 8.3.2 to 9.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...9.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 03:52:56 +00:00
Jxck-S 4f9d660883 Fixes 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.
2021-10-28 20:30:14 -04:00
Jxck-S 1366f7d3ca Fix 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
2021-10-13 21:27:38 -04:00
Jxck-S 405cc549f9 Update 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
2021-10-01 14:51:17 -04:00
Jack Sweeney dc97890af0
Merge pull request #4 from Jxck-S/dependabot/pip/pillow-8.3.2
Bump pillow from 8.3.1 to 8.3.2
2021-09-28 19:43:48 -04:00
Jack Sweeney 40caa6c016 Docstring fix, ignore route lookup when no type, reg fix 2021-09-22 13:55:47 -04:00
dependabot[bot] 274cf21533
Bump pillow from 8.3.1 to 8.3.2
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.3.1...8.3.2)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 03:19:29 +00:00
Jack Sweeney 6809dadf24 Diversion/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 -_- ;)
2021-08-13 21:44:57 -04:00
Jack Sweeney 592ed78ac8 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2021-07-30 18:27:58 -04: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 d48da56a37
Merge pull request #3 from Seth10001/feature/docker-enviroment
Add docker environment
2021-07-27 22:22:01 -04:00
Raymond Bernardo 67b5e3d4d8 Remove extra slash 2021-07-27 22:20:18 -04:00
Raymond Bernardo 3ab441f9dc Update plane process folder 2021-07-27 22:19:28 -04:00
Raymond Bernardo 9e7ee99cf2 Add google chrome to dockerfile 2021-07-27 21:40:28 -04:00
Raymond Bernardo c9eb3efff0
Merge branch 'multi' into feature/docker-enviroment 2021-07-27 20:19:42 -04:00
Jack Sweeney b76a7fe2ec Custom photos on ADSBX Map
-Injects photos from repository onto ADSBX map
2021-07-27 18:07:58 -04:00
Jack Sweeney 487ac96ebb Requirments update, fix ra with no invader.
-RA fix, not best solution but it works
2021-07-24 22:31:28 -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
Raymond Bernardo b82a25f248 Replace "discord-webhooks" with "discord-webhook" 2021-05-31 22:57:52 -04:00
Raymond Bernardo c0af386df7 Add language flag to new docs 2021-05-31 18:20:40 -04:00
Raymond Bernardo 740a6107a8 Fix bug in docker files 2021-05-31 18:17:22 -04:00
Raymond Bernardo 62a30a0390 Update dockerfile to install a specific version of pipenv
Codeacy didn't like not specifying the version
2021-05-31 18:10:06 -04:00
Raymond Bernardo a4b15af866 Add docker environment 2021-05-31 16:50:29 -04:00
Jxck-S 2760741e5b Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2021-05-27 11:52:05 -04:00
Jxck-S 71b4bb807c Switch 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
2021-05-27 11:51:38 -04:00
Jack Sweeney 2dac3f86cc
Merge pull request #2 from Seth10001/feature/pip-env
Add Pipenv for Managing Dependencies
2021-05-13 21:19:25 -04:00
Jxck-S aef724bd56 Fix overlays, change to wait for webdriver 2021-05-09 16:47:19 -04:00
Raymond fbe89d57bc Add webdriver-manager to pipenv 2021-05-09 12:45:16 -04:00
Raymond ba721d8d03 Update start program for pipenv 2021-05-09 12:27:20 -04:00
Raymond d4eb3f96e0 Add pipenv 2021-05-09 12:19:58 -04:00
Jxck-S 1d7bc62699 New 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
2021-05-02 13:27: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
Jack Sweeney 0184eed167 Many Updates, baro alt, GMaps fixed
-Switch to baro altitude, new variable
-Fix GMaps
-Fix squawk on OpenSky and ADSBX v1
-Coordinates now as pair on print
2021-02-20 00:12:22 +00:00