Commit Graph

489 Commits

Author SHA1 Message Date
Jack Sweeney 0031c66e4c
Merge pull request #130 from Jxck-S/dependabot/pip/certifi-2023.7.22
Bump certifi from 2023.5.7 to 2023.7.22
2023-07-26 01:37:31 -04:00
dependabot[bot] 6fd9a63514
Bump certifi from 2023.5.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 23:13:29 +00:00
Jack Sweeney 74b8feab99
Merge pull request #127 from Jxck-S/dependabot/pip/requests-2.31.0
Bump requests from 2.30.0 to 2.31.0
2023-07-05 00:48:15 -04:00
dependabot[bot] 6e5dd6e2b5
Bump requests from 2.30.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 07:14:58 +00:00
Jack Sweeney 4fb444cb7e
Merge pull request #37 from getsnoopy/fix-formatting
Fix some formatting issues
2023-05-12 15:00:34 -04:00
Jack Sweeney 9083d8b9d4
Merge pull request #53 from NomsterDude/patch-2
Update self.last_pos_datetime handling
2023-05-12 14:49:26 -04:00
Jack Sweeney 07f0f7b064
Merge pull request #125 from Jxck-S/dependabot/pip/future-0.18.3
Bump future from 0.18.2 to 0.18.3
2023-05-12 14:41:55 -04:00
dependabot[bot] 2abaec2c21
Bump future from 0.18.2 to 0.18.3
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/PythonCharmers/python-future/releases)
- [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst)
- [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3)

---
updated-dependencies:
- dependency-name: future
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 18:40:47 +00:00
Jack Sweeney eb34c52ae8
Merge pull request #55 from NomsterDude/patch-4
Update __main__.py
2023-05-12 14:39:17 -04:00
Jack Sweeney 50b7c31227
Merge pull request #111 from makrsmark/docker-pipenv
exclusively using pipenv
2023-05-12 14:38:31 -04:00
Jack Sweeney 7f49355245
Merge pull request #116 from tacodestroyer/multi
Update plane1.ini.example
2023-05-12 14:37:23 -04:00
Jack Sweeney b08c0a195c
Merge branch 'multi' into patch-4 2023-05-12 14:36:28 -04:00
Jack Sweeney ccc6855d07
Update calculate_headings.py
Move function explanation def
2023-05-12 14:34:00 -04:00
Jack Sweeney 841a78dc04
Merge pull request #118 from makrsmark/opens-circling
fix crash when no position
2023-05-12 14:29:33 -04:00
Jack Sweeney 159541e703
Merge pull request #119 from makrsmark/remove-ADSBX_Logo
Removing adsbx screenshots
2023-05-12 14:27:46 -04:00
Jack Sweeney e077f7909e
Merge pull request #113 from rcbonz/patch-1
Update to work with newer versions of PTB
2023-05-11 23:49:03 -04:00
Mark Bumiller a0a8df04db screenshots are now of globe.theairtraffic.com
fixes Jxck-S/plane-notify#115
2023-02-26 11:52:07 -05:00
Mark Bumiller d72a90306b removing unused image and code 2023-02-26 11:36:11 -05:00
Mark Bumiller 371d117b23 fix crash when no position
Jxck-S/plane-notify#117
2023-02-25 19:49:04 -05:00
Anthony Hernandez 8f6be67e11
Update plane1.ini.example
Changed the MASTODON config from 'Enable = TRUE' to 'ENABLE = FALSE', as this was throwing off my initial run of the program and could be a headache for other users too. Changing this also aligns it with the other services who are set to 'FALSE' in the example.
2023-02-09 10:07:14 -06:00
Mark Bumiller 06b74ace27
cleaning apt cache
removes unneded files from docker image
2023-01-12 10:15:48 -05:00
b0nz ec6cf59b42
Update to work with newer versions of PTB
PTB - python-telegram-bot library
2023-01-05 16:41:35 -05:00
Mark Bumiller c0c18b3f6d exclusively using pipenv
basically reverts 7302ae8539
includes somes build speed improvements with order
2023-01-03 07:48:22 -05:00
Jack Sweeney a831b893a2
Merge pull request #109 from brickhousetech/patch-1
Update with missing packages
2023-01-02 22:25:05 -05:00
Jack Sweeney 48f8ff8927
All good except for pushbullet
I removed support for PushBullet
2023-01-02 22:23:04 -05:00
brickhousetech 50bf152148
Update with missing packages
Updated with missing packages impacting fuel calculations.
2022-12-31 07:49:58 -05:00
Jack Sweeney c14ad50281 Fixes discrepancies related to #59 2022-12-30 21:50:44 -05:00
Jack Sweeney 92dcb8ec82 Pushbullet is already deprecated
Removing from requirements
2022-12-30 21:43:50 -05:00
Jack Sweeney e0dfdaf4d0 Add mastodon pip package 2022-12-24 01:06:46 -05:00
Jack Sweeney df9e60892b New Discord Examples 2022-12-23 00:45:58 -05:00
Jack Sweeney 7b51e4255d Global Twitter Flag checking 2022-12-22 22:19:12 -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 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 92a6f5808d
Update planeClass.py
Adds Mastodon circling messages
2022-12-22 21:38:36 -05:00
Jack Sweeney bba2eb75a1
Update README.md
Pip dependencies are managed with Pipfile and pipenv
2022-12-22 21:36:08 -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
Jack Sweeney c1531c2f24
Merge pull request #40 from timogoosen/Dockerfile-modify
Improving dockerfile and removing pipenv
2022-12-22 21:28:09 -05:00
Jack Sweeney 2bd870f29e
Merge branch 'multi' into Dockerfile-modify 2022-12-22 21:24:38 -05:00
Jack Sweeney 8d28a925a4
Merge pull request #83 from makrsmark/pipenv-upgrade
using latest pipenv
2022-12-22 21:01:08 -05:00
Jack Sweeney d125ab8d6a
Merge pull request #85 from makrsmark/rapidadsbx-fixes
simplifying rapidadsbx logic
2022-12-22 21:00:33 -05:00
Jack Sweeney 92a15a4f0b
Merge pull request #100 from cclauss/patch-1 2022-12-22 00:18:33 -05:00
Jack Sweeney e922a98898
Merge pull request #102 from Jxck-S/dependabot/pip/pillow-9.3.0 2022-12-22 00:17:26 -05:00
dependabot[bot] f5cdc795cd
Bump pillow from 9.2.0 to 9.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.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/9.2.0...9.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 04:57:57 +00:00
Jack Sweeney d04065dbba
Merge pull request #92 from makrsmark/opens-pwd-fix
don't uppercase password
2022-12-21 23:32:02 -05:00
Jack Sweeney da09174b5c
Merge pull request #86 from Jxck-S/dependabot/pip/certifi-2022.12.7
Bump certifi from 2022.9.14 to 2022.12.7
2022-12-21 23:31:24 -05:00
Jack Sweeney c4baf315d1
New Discord Link 2022-12-21 23:17:14 -05:00
Christian Clauss 775809b7da
Fix typo 2022-12-20 07:53:16 +01:00
Christian Clauss 006de6f86a
Fix typos 2022-12-20 07:46:59 +01:00