Commit Graph

70 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 df9e60892b New Discord Examples 2022-12-23 00:45:58 -05:00
Jack Sweeney cea7e5b32e Fix link in README, remove old screenshot 2022-12-22 21:48:11 -05:00
Jack Sweeney 424a8b93bc
Update README.md
Cleaner options, and use google-chrome-stable
2022-12-22 21:46:21 -05:00
Jack Sweeney f5259ecae0
New README links and info 2022-12-22 21:41:35 -05:00
Jack Sweeney c4baf315d1
New Discord Link 2022-12-21 23:17:14 -05:00
Reilly Chase d329df8ef1
Fix README.md - add .py extension to command
Change "pipenv run python __main__" to "pipenv run python __main__.py"
2022-11-28 14:07:38 -05: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
NomsterDude e57948d630
Update README.md Grammar
Fixed a couple grammar mistakes.
2022-06-10 11:37:38 -07:00
b0nz 57615d98d9
Update README.md 2022-03-13 16:12:55 -03:00
b0nz ec87ae03d8
Update README.md 2022-03-13 16:08:56 -03:00
b0nz efa1ba70df
Minor fix on README.md 2022-03-13 16:04:09 -03:00
rcbonz 0ae887a81e New feature: send a message using Telegram API with obtained data. 2022-03-13 15:52:58 -03:00
b0nz 5a84b1edb4
Update README.md 2022-03-12 18:36:01 -03:00
Jack Sweeney 2b817461a7 Fixes conflicts 2022-02-18 13:55:39 -05:00
Jack Sweeney 3cdb374a06
Merge branch 'multi' into multi 2022-02-18 13:43:32 -05:00
Jack Sweeney 761ba496f9
Merge pull request #17 from bkonop/multi
Update README.md
2022-02-18 13:38:45 -05:00
Jack Sweeney 469a7904ef
Merge pull request #7 from wiksien/readmefix
Added space before opening bracket in README.md
2022-02-18 13:32:15 -05:00
Jack Sweeney 954f181d57
Merge pull request #6 from FriedrichVoelker/patch-1
UPDATE README.md
2022-02-18 13:31:26 -05:00
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
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
Raymond Bernardo c0af386df7 Add language flag to new docs 2021-05-31 18:20:40 -04:00
Raymond Bernardo a4b15af866 Add docker environment 2021-05-31 16:50:29 -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 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 073e8f9feb Begin Restructure
-main file is now __main__.py
2021-02-19 00:28:37 +00:00
Jack Sweeney 141bf2416d Updated Readme & Pseudo 2021-02-07 04:12:05 +00:00
Jxck-S a61a59be17 Updated TODO 2021-02-02 20:50:29 -05:00
Jxck-S ecc80b89d0 Update TODO, add ADSBX warnings
-Add easy install method for pip dependencies to TODO list
-Added warnings about ADSBX usage
2021-01-08 22:16:52 -05:00
Jack Sweeney 79ff6330d9
Update TODO 2020-12-20 13:05:28 -05:00
Jack Sweeney 7a4dda89f3 V1 API Notice 2020-12-18 01:02:34 +00:00
Jack Sweeney 39941af44a Fix code blocks 2020-11-22 01:50:30 +00:00
Jack Sweeney 7466c7e799 Fix formating 2020-11-22 01:42:54 +00:00
Jack Sweeney 90e143191a Formatting
-Remark
-Docustrings
2020-11-21 18:26:27 +00:00
Jack Sweeney 60322146d2 Fix formatting according to Markdown Style Guide 2020-11-21 18:07:18 +00:00
Jack Sweeney a3ecea93e0 Fix code lines 2020-11-21 03:51:21 +00:00
Jxck-S b11df13930 Really ADSB Exchange?!??? 2020-11-19 19:45:26 -05:00
Jack Sweeney 845bcfa1f9 Update needed dependencies in docs 2020-11-19 00:25:51 +00:00
Jack Sweeney 9d301f0065 Update TODO 2020-11-13 23:13:27 +00:00
Jack Sweeney 8283c83640 Remove airports.dat download info, now automatic 2020-11-13 03:05:21 +00:00
Jxck-S 0b9254b0a8 Update docs, tabulate, airports.dat, new config dir 2020-11-09 13:38:08 -05:00
Jxck-S 39d991e996 Add contribute info 2020-10-16 21:27:35 -04:00
Jack Sweeney 9bdf301a77 Update README, move Pseudo 2020-10-07 03:26:44 +00:00
Jxck-S 15c8ba703c Add ptyz 2020-09-28 21:23:11 -04:00
Jxck-S ad27dea150 Update Readme, Multiple Planes, forgot chromedriver 2020-09-26 21:29:06 -04:00