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
bllfr0g
6738effcc5 Merge pull request #66 from jeffmli/add_timestamp_to_output
Add a timestamp to the output
2020-12-27 11:54:58 -08:00
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
Nick Ethier
15b30e1cde southwest: add channel id header (#64) 2020-04-17 21:28:58 -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
pyro2927
34ae0b15f8 Fixes #62, thanks @frankhsu! 2020-02-16 21:45:20 -08:00
bllfr0g
0300ab6024 Merge pull request #59 from bllfr0g/master
Remove email/sms boarding pass options
2019-10-28 20:29:45 -07:00
bllfr0g
80177c2a5a modified: checkin_test.py 2019-10-28 20:23:17 -07: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
Joseph Pintozzi
11bc551f73 Safely handling notification failures (#58)
* Safely handling notification failures

* Being more explicit with except
2019-10-27 19:53:35 -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
fe87e16ac5 Merge pull request #44 from bllfr0g/master
Fix for Southwest API change
2019-07-15 21:27:35 -07:00
bllfr0g
3e0b0aeb12 fix for southwest API change 2019-07-15 15:36:31 -07:00
bllfr0g
7da2f9bdca Fix for Southwest API change 2019-07-15 15:28:05 -07:00
pyro2927
73b77d0724 Supporting names with spaces 2019-07-07 20:59:12 -07:00
Joseph Pintozzi
4862281b94 Create LICENSE 2019-05-20 20:35:54 -07:00
Joseph Pintozzi
19a723fd52 Create CODE_OF_CONDUCT.md 2019-05-20 20:31:54 -07:00
Joseph Pintozzi
3d2be994ad Expanding makefile 2019-04-29 21:44:35 -07:00
Joseph Pintozzi
eff730aec9 Merge pull request #40 from the001/master
Notifications lost on init
2019-04-29 23:37:53 -05:00
Joseph Pintozzi
1ac32d33fd Fixing #35, making python output unbuffered 2019-04-29 21:36:12 -07:00
Joseph Pintozzi
61a57b7c6a Merge pull request #41 from pyro2927/remove_tzlocal_dep
Removing dependancy on tz_local
2019-04-29 23:33:11 -05:00
Joseph Pintozzi
15b851eded Making header generation test more useful 2019-04-28 20:14:29 -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
50adc51789 Merge pull request #39 from bllfr0g/master
Grab API_KEY dynamically, generate UX key randomly
2019-04-17 13:00:39 -05:00
bllfr0g
f67725a4f4 modified: tests/checkin_test.py 2019-04-17 09:21:17 -07:00
bllfr0g
2e555d7bf7 modified: ../../checkin_test.py
modified:   test_checkin.yml
	modified:   test_checkin_without_passes.yml
	modified:   test_cli.yml
	new file:   test_generate_headers.yml
	modified:   test_reservation_lookup.yml
	modified:   ../../my_vcr.py
2019-04-17 09:12:01 -07:00
Adrian Walters
98c0ebd8e8 Notifications list should be an optional param 2019-04-14 15:07:40 -04:00
Adrian Walters
d838c0b9f9 Notifications lost on init 2019-04-14 11:35:39 -04:00
bllfr0g
a84a8d49d1 modified: southwest.py 2019-04-09 13:30:49 -07:00
bllfr0g
b393db873b modified: southwest.py 2019-04-09 13:18:06 -07:00
bllfr0g
6f24890410 modified: southwest.py 2019-04-09 13:15:17 -07:00
bllfr0g
f404387b53 modified: southwest.py 2019-04-09 13:08:35 -07:00
bllfr0g
fdaff9981e modified: southwest/southwest.py 2019-04-09 13:03:28 -07:00
bllfr0g
f81aa1542c modified: southwest.py 2019-04-09 13:01:07 -07:00
bllfr0g
6f7fd393fb modified: southwest/southwest.py 2019-04-09 12:29:45 -07:00
bllfr0g
1dae57029b Lookup API_KEY on the fly, so we can always send the right one back even if SWA changes it
Generate UX key randomly
2019-04-09 12:19:03 -07:00
Joseph Pintozzi
d7cebbf56f Merge pull request #33 from pyro2927/no-boarding-passes
Adding check to ensure boarding passes exist
2019-03-14 19:28:53 -07:00
Joseph Pintozzi
f0097f728e Adding check to ensure boarding passes exist 2019-03-03 09:35:21 -08:00
Joseph Pintozzi
1fd06200c6 Fixes #31, corrects openflights import
Also adding cli tests
2019-02-23 13:19:43 -08:00
Joseph Pintozzi
842099332d Merge pull request #29 from pyro2927/restructure
Restructure
2019-02-18 10:49:51 -08:00
pyro2927
5d306e90b4 Making VCR redaction Python2 friendly 2019-02-18 10:44:43 -08:00
pyro2927
21d9fe62cc Getting tests working on notifications 2019-02-18 10:29:28 -08:00
pyro2927
323b887fe4 Fixing linting issues 2019-02-17 23:31:25 -08:00
pyro2927
22c0ef797c Refactoring notifications 2019-02-17 23:29:40 -08:00
pyro2927
232c833ae4 Fixing lint issues 2019-02-17 22:47:24 -08:00
pyro2927
950e377245 Fixing up travis config 2019-02-17 22:40:49 -08:00
pyro2927
9859189150 Restructuring folder structure 2019-02-17 22:37:59 -08:00
pyro2927
b2e9d07d49 Docker tags 2019-02-17 21:19:08 -08:00