1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

107 Commits

Author SHA1 Message Date
Joseph Pintozzi
fc9eee4f34 Adding contributors to README 2019-02-17 21:07:16 -08:00
pyro2927
d451f760cf Removing vuln badge (never loads), adding test coverage 2019-02-16 21:02:10 -08:00
pyro2927
c38ddad668 Turning of E501 in CodeClimate 2019-02-16 21:00:26 -08:00
pyro2927
47370c39ce Correcting code coverage upload 2019-02-16 20:55:56 -08:00
pyro2927
f76ff4c553 Adding pytest coverage 2019-02-16 20:36:38 -08:00
pyro2927
e6bc23252d Updating README 2019-02-16 20:21:49 -08:00
pyro2927
fe6b7532ff Better Docker setup 2019-02-16 20:09:13 -08:00
pyro2927
d9e0a360d4 Abstracting out json page loads 2019-02-16 15:45:03 -08:00
pyro2927
d7722fa1ce Refactoring Southwest class to be OOP 2019-02-16 15:25:43 -08:00
pyro2927
170519d316 Updating tests, adding vcrpy 2019-02-16 14:44:24 -08:00
pyro2927
74ac5dec8d Refactoring to support multiple notifications 2019-02-16 14:37:57 -08:00
pyro2927
7a43ff00c8 Refactored, added in pycodestyle for linting 2019-02-16 14:17:43 -08:00
pyro2927
f2c4019c2f Adding badges 2019-02-15 22:22:21 -08:00
pyro2927
020dd75587 Tweaking python version 2019-02-15 22:14:33 -08:00
pyro2927
2f4a46aa84 Adding basic Travis integration 2019-02-15 22:10:26 -08:00
pyro2927
efb7894538 Fixing Ctrl+C with threads 2019-02-15 22:03:43 -08:00
Joseph Pintozzi
27122855ee Adding tests around notifications 2019-02-02 20:02:24 -08:00
Joseph Pintozzi
875ceef805 Merge pull request #26 from pyro2927/threading
Threading
2019-02-02 19:08:49 -08:00
Joseph Pintozzi
c6173f7ba3 Correcting tests and thread usage 2019-01-05 18:30:15 -08:00
Joseph Pintozzi
4947ca3962 Checking in via threads 2019-01-04 17:32:10 -08:00
Joseph Pintozzi
218999dc73 Fixing tests, adding Mock for openflights 2019-01-04 17:22:39 -08:00
Joseph Pintozzi
5826ec8dce Removing geopy from requirements.txt 2019-01-04 15:43:20 -08:00
Joseph Pintozzi
1b7ee678ae Merge pull request #24 from bllfr0g/master
Remove dependency on geopy, no longer used
2019-01-04 15:42:38 -08:00
bllfr0g
113d9d4b8d Changes to be committed:
modified:   checkin.py

remove dependency on geopy, since it isn't used any longer
2019-01-01 20:28:40 -08:00
Joseph Pintozzi
e4c40a3810 Merge pull request #22 from janina213/master
Add ability to send notifications
2018-12-19 14:23:25 -08:00
janina
cc29d08cc3 add functionality for email and text notifications 2018-12-16 21:25:43 -08:00
Joseph Pintozzi
acf4589528 Merge pull request #20 from Raikia/master
Removed Google geocoder because it now requires an API key
2018-09-20 21:47:51 -07:00
Raikia
b98327a69b Removed Google geocoder because it now requires an API key 2018-09-20 15:11:33 -05:00
pyro2927
cd9a2ed190 Adding some tests 2018-01-01 19:52:13 -08:00
Joseph Pintozzi
e8cb1df68c Merge pull request #13 from pyro2927/thanks_southwest
Major Refactor
2018-01-01 18:47:37 -08:00
pyro2927
3686360aec Properly localize airport timezones 2017-12-28 18:37:57 -08:00
pyro2927
5aef3facc7 Refactoring safe GET and POST requests 2017-12-24 21:02:17 -08:00
pyro2927
d05fbdec82 Slight refactoring, adding docopts 2017-12-24 20:23:44 -08:00
pyro2927
6c4ac5b1c1 Breaking so multiple legs work 2017-12-24 20:19:32 -08:00
pyro2927
7f14500d27 Cleaning up constants, adding docopts 2017-12-24 12:37:51 -08:00
pyro2927
621ec24808 Major refactor, trying to make code more readable 2017-12-24 12:08:46 -08:00
pyro2927
cd2c71ac18 Making things a little more defensive 2017-12-23 20:24:48 -08:00
pyro2927
4b6277ceff Adding wait back in 2017-12-23 20:10:22 -08:00
pyro2927
7f2b36de95 Total revamp with latest Southwest API changes 2017-12-21 19:14:27 -08:00
Joseph Pintozzi
81760bc156 Merge pull request #6 from pyro2927/feature_add-retry
Feature - Retry and Early Checkin
2017-09-26 08:56:31 -07:00
joseph.pintozzi
2c91ff4ffa Tweaking retry to prevent inf., shorter interval 2017-09-26 08:55:56 -07:00
Joseph Pintozzi
ef1cfa6cdb Merge pull request #5 from pyro2927/feature_add-dockerfile
Feature - Add Dockerfile
2017-09-17 21:26:20 -07:00
ratabora
f945c706e5 Added early checkin and retry - Not tested :( 2017-09-05 13:26:42 -05:00
ratabora
79aa15810c Updated README with Docker instructions 2017-09-05 12:42:50 -05:00
ratabora
90b02a697a Base dockerfile working 2017-09-05 12:35:36 -05:00
Joseph Pintozzi
f5f6e5100a BDFL commit, updating README 2017-01-24 09:51:06 -07:00
Joseph Pintozzi
503f665b84 Merge pull request #3 from pyro2927/feature_python3
Compatibility between python3 and python2.7.11
2017-01-24 09:35:08 -07:00
ratabora
aae825475c Compatibility between python3 and python2.7.11
Tested locally, just needed to update the print statements
2017-01-24 08:22:01 -08:00
pyro2927
892d4bbe51 Allowing script to work with round-trip flights 2016-12-28 16:41:26 -06:00
pyro2927
da771b9717 Adding check for unfound reservations 2016-12-28 16:15:19 -06:00