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

38 Commits

Author SHA1 Message Date
Jeff Li
bac9718d11 add timestamp to output 2020-12-27 09:59:53 -08:00
Rob Kimball
b1d6612415 Resolves deprecated threading package fuction in 3.8+ (#65) 2020-07-19 08:02:38 -07:00
tashey33
ea607ae8ad add line to print the person's info being checked in (#52)
Co-authored-by: Joseph Pintozzi <joseph@pintozzi.com>
2020-02-16 21:56:12 -08:00
bllfr0g
f36d274645 modified: checkin.py
modified:   southwest/__init__.py
	deleted:    southwest/notifications.py
	modified:   southwest/southwest.py
2019-10-28 20:16:27 -07:00
bllfr0g
f9572fae19 enable verbose output (#55)
* 	modified:   checkin.py
	modified:   southwest/southwest.py

* 	modified:   .codeclimate.yml

* 	modified:   checkin.py
	modified:   southwest/southwest.py

* 	modified:   southwest.py
2019-10-27 19:29:14 -07:00
Joseph Pintozzi
defb2bdbbc Safer handling of extreme sleep (#57) 2019-10-27 19:04:58 -07:00
bllfr0g
2d167fa41f bump version number (#48) 2019-08-17 19:47:47 -07:00
Joseph Pintozzi
a680d6f4c0 Removing dependance on tz_local
Allows easier usage inside of Docker containers
2019-04-28 20:01:16 -07:00
Joseph Pintozzi
1fd06200c6 Fixes #31, corrects openflights import
Also adding cli tests
2019-02-23 13:19:43 -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
efb7894538 Fixing Ctrl+C with threads 2019-02-15 22:03:43 -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
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
janina
cc29d08cc3 add functionality for email and text notifications 2018-12-16 21:25:43 -08:00
Raikia
b98327a69b Removed Google geocoder because it now requires an API key 2018-09-20 15:11:33 -05: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
2c91ff4ffa Tweaking retry to prevent inf., shorter interval 2017-09-26 08:55:56 -07:00
ratabora
f945c706e5 Added early checkin and retry - Not tested :( 2017-09-05 13:26:42 -05: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
pyro2927
a24f19d9aa Adding env prefix to file 2016-12-22 15:05:42 -07:00
pyro2927
dad00883ce Fixing bug in checkin, adding status print 2016-12-22 14:52:28 -07:00
pyro2927
71e63f9bf8 Making checkin script time-aware 2016-12-22 14:34:55 -07:00
joseph.pintozzi
53d92ab021 Initial commit 2016-12-11 12:59:19 -08:00