Commit Graph

59 Commits

Author SHA1 Message Date
ehpersonal38 112f40e192 Update server.py 2023-01-14 17:41:59 -05:00
ehpersonal38 84763bf5b7 New Model Implementation 2023-01-14 15:22:39 -05:00
mcguirepr89 e05025c42e linted 2022-06-25 15:18:37 -04:00
mcguirepr89 d83b71aeca accepts all DB variables and JSON objects 2022-06-25 15:04:51 -04:00
mcguirepr89 fe19a6de73 removing my testing customization 2022-06-24 09:31:03 -04:00
mcguirepr89 3d991d6cab linted 2022-06-24 09:15:36 -04:00
Joe Weiss 75a13f80d3 Move notifications utility into script.utils 2022-06-23 09:11:55 -04:00
Joe Weiss 5c4763b44d Improve query accuracy for today's birds 2022-06-20 11:58:42 -04:00
Joe Weiss e05e72449b Fix typos 2022-06-19 06:58:49 -04:00
Joe Weiss 6865274bd2 Add utility to parse thisrun format 2022-06-18 14:52:42 -04:00
Joe Weiss 97c29ce36c Refactor notifications into its own module with tests 2022-06-18 13:15:43 -04:00
ehpersonal38 04200b948b Update server.py
#388
2022-06-17 11:16:59 -04:00
mcguirepr89 176c58aa14 use variables in title, too 2022-06-01 16:16:06 -04:00
ehpersonal38 627fa5cf00 Update server.py 2022-05-30 10:06:43 -04:00
ehpersonal38 83d6a51adc it's not stupid if it works 2022-05-30 10:05:49 -04:00
ehpersonal38 d5255e1edb Adding copylink to Apprise notification body 2022-05-30 09:49:52 -04:00
ehpersonal38 49a92bae6c Apprise - notify each new infrequent visitor 2022-05-28 12:38:26 -04:00
Patrick McGuire 52db6d5302 Merge pull request #326 from Nachtzuster/localhost
use "localhost" like all other internal services do
2022-05-28 11:32:07 -04:00
mcguirepr89 b2908bab4d no need to print this anymore 2022-05-28 09:57:26 -04:00
frederik 74b128a1c6 use "localhost" like all other internal services do 2022-05-28 12:42:37 +02:00
Jake Herbst 605066ae76 Adding socket option to server socket to bind to port in use to make restarts faster and more consistent 2022-05-25 21:16:40 -04:00
Jake Herbst 7761f83988 Linting scripts/server.py 2022-05-24 12:36:27 -04:00
mcguirepr89 177f2b0186 new species notify working now 2022-05-24 10:20:25 -04:00
mcguirepr89 cdbadbb45c starting this to get some help 2022-05-23 18:41:16 -04:00
mcguirepr89 8b8688d3d2 these are the changes from small_tweaks 2022-05-17 15:36:18 -04:00
Patrick McGuire 528802a0e6 Revert "Adding Flake8 Github Action for Python Linting " 2022-05-11 09:05:59 -04:00
Jake Herbst 264380a37f Fixing flake8 errors in script/server.py
F401 'argparse' imported but unused
F821 undefined name 'os'
F821 undefined name 'socket'
F821 undefined name 'threading'
E712 comparison to True should be 'if cond is True:' or 'if cond:'
2022-05-11 08:52:01 -04:00
Jake Herbst 2dd2b40ca5 Updating script/server.py to correct pep8 violations
Used 'autopep8 --in-place --aggressive scripts/server.py' as initial style fixes.
2022-05-11 08:48:37 -04:00
Jake Herbst 0db7c12ac4 Merge branch 'main' into python-lint 2022-05-11 08:47:40 -04:00
Jake Herbst 5020f4dd06 Correcting additional flake8 failures on server.py
Corrected:
F401 imported but unused
E265 block comment should start with '# '
E501 line too long
2022-05-11 08:37:02 -04:00
Jake Herbst 4211eb19c6 Updating script/server.py to correct pep8 violations
Used 'autopep8 --in-place --aggressive scripts/server.py' as initial style fixes.
2022-05-11 08:32:21 -04:00
ehpersonal38 68c8c20996 Update server.py 2022-05-10 17:10:41 -04:00
ehpersonal38 a6a8c3b46f Update server.py
Co-Authored-By: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com>
2022-05-10 13:13:02 -04:00
Patrick McGuire 062f720add Merge branch 'main' into notifications 2022-05-09 16:03:34 -04:00
Patrick McGuire f12b81a40d Update server.py 2022-05-09 12:54:12 -04:00
CaiusX 45bcf1b977 Updated server.py removing excessive printing of testing garbage 2022-05-09 10:37:32 +02:00
CaiusX 4bfaf2b0d4 server.py with Privacy Threshold 2022-05-08 16:55:10 +02:00
ehpersonal38 799e8ce7f9 Update server.py 2022-05-08 09:47:07 -04:00
ehpersonal38 4e1cea0187 last touches 2022-05-08 09:32:24 -04:00
ehpersonal38 98de55bf4e adding more customization 2022-05-08 08:55:39 -04:00
ehpersonal38 185e17de9e adding notifications for each detection 2022-05-08 08:29:30 -04:00
mcguirepr89 05d8b26fe6 attempts to write to database thrice before moving on 2022-04-19 14:42:14 -04:00
mcguirepr89 701e8d0831 addressing the database lock breaking the service 2022-04-19 13:06:32 -04:00
Patrick McGuire 1152f0ad48 Update server.py 2022-04-12 11:05:56 -04:00
mcguirepr89 f69f04d19d changes that remove the default pi user 2022-04-11 17:29:00 -04:00
mcguirepr89 023b68f386 making changes to accomodate removing the pi user 2022-04-11 10:16:54 -04:00
mcguirepr89 579d3b1e26 I like this so far 2022-02-26 14:49:57 -05:00
mcguirepr89 744ccc49a2 best version so far 2022-02-25 11:59:39 -05:00
mcguirepr89 10090f9411 saving changes 2022-02-24 13:27:08 -05:00
mcguirepr89 286aa095f9 time to test installation 2022-02-21 16:33:01 -05:00