Commit Graph

463 Commits

Author SHA1 Message Date
b0nz ec6cf59b42
Update to work with newer versions of PTB
PTB - python-telegram-bot library
2023-01-05 16:41:35 -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
Mark Bumiller 133fa18920 format fixes 2022-12-15 15:06:08 -05:00
Mark Bumiller 4da00ced5f don't uppercase password
fixes Jxck-S/plane-notify#87
2022-12-15 15:02:28 -05:00
kk6fut 1e56b26b35 Fix missing prerequisites in install instructions 2022-12-14 20:29:14 -08:00
kk6fut 07b153538b Fix to get Mastodon connector working, tested. 2022-12-14 20:19:50 -08:00
kk6fut 0769cfe775 Fix variable name in bot 2022-12-14 19:57:22 -08:00
kk6fut f12b86facb Needed additional account config (per-plane) 2022-12-14 18:44:12 -08:00
kk6fut 4963c8b15e Plug in Mastodon section 2022-12-14 08:49:05 -08:00
kk6fut 0ee71ee2cc Initial config and mastodon connectors 2022-12-14 08:46:03 -08:00
Mark Bumiller 689251c1b8 fixing conditional logic 2022-12-12 07:02:37 -05:00
dependabot[bot] f6e3014543
Bump certifi from 2022.9.14 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.12.07)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 08:21:20 +00:00
Mark Bumiller d6bb192163
treating aircraft data as alist 2022-12-07 18:59:39 -05:00
Mark Bumiller 4d44d58306 simplifying rapidadsbx logic
- raising exception if response not 200
- decode json from resposonse lib
- simplifying iteration of planes
- updating plane data in the same loop as querying api

fixes Jxck-S/plane-notify#84
2022-12-05 18:45:18 -05:00
Jack Sweeney 64efa26199 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2022-12-04 23:11:25 -05: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
Mark Bumiller 6e90db827f using latest pipenv
fixes Jxck-S/plane-notify#82
2022-12-02 07:50:15 -05:00
Jack Sweeney 58c42a95bf
Merge pull request #80 from reillychase/patch-1
Fix README.md - add .py extension to command
2022-11-30 13:13:17 -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
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
Jack Sweeney 3eb6f51225 Merge branch 'rapidapi' of https://github.com/makrsmark/plane-notify into multi 2022-11-14 13:47:07 -05:00
Jack Sweeney 6ef5726967 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2022-11-14 13:21:59 -05:00
Jack Sweeney dc828e6bed Cleaner error raise to Discord, remove bad Twitter raises 2022-11-14 13:21:40 -05:00
Jack Sweeney 8d9e32965e
Merge pull request #66 from makrsmark/shm-fix
increasing shm size to prevent selenium crashes
2022-10-24 22:17:37 -04:00