Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f226fc4
initial commit
jerry-hall Jul 8, 2021
b0bff03
Add Makefile and Readme
jerry-hall Jul 8, 2021
472aaa8
First refactor
scott-m-king Jul 10, 2021
0096429
Remove unnecessary files
scott-m-king Jul 10, 2021
55e0dfc
Small fixes
scott-m-king Jul 10, 2021
ad11a98
Remove zip file
scott-m-king Jul 10, 2021
51ed38d
Put sample file back
scott-m-king Jul 10, 2021
44a1b56
list comprehension hohoho
scott-m-king Jul 10, 2021
f7e2e35
helper functions
scott-m-king Jul 10, 2021
c351953
remove zip
scott-m-king Jul 10, 2021
d4effb6
lmao whitespace
scott-m-king Jul 10, 2021
084038f
use fstring
scott-m-king Jul 10, 2021
1550916
Add comments
scott-m-king Jul 10, 2021
b51a06c
Use helper methods for everything
scott-m-king Jul 10, 2021
c2d24b1
Remove requirements.txt
scott-m-king Jul 10, 2021
9253297
remove zip
scott-m-king Jul 10, 2021
dfd7601
Update method signatures with types
scott-m-king Jul 11, 2021
e3c58c0
private methods not named properly
scott-m-king Jul 11, 2021
075f540
Merge pull request #1 from HelloWorldFam/refactor
scott-m-king Aug 18, 2021
4f87f40
Update gitignore
jerry-hall Aug 26, 2021
1a2e6fd
Lambda function send requests to mongodb
jerry-hall Aug 26, 2021
837d9b0
cleanup
jerry-hall Aug 26, 2021
0eca3fc
Possible discrepancy?
jerry-hall Aug 26, 2021
9a48946
Draft of new scraper working
scott-m-king Feb 24, 2022
c6e892b
Finish up
scott-m-king Feb 24, 2022
d37c7a9
Make max thread 10
scott-m-king Feb 24, 2022
1fc835c
Sort the output
scott-m-king Feb 24, 2022
fa12ba9
Sort everything
scott-m-king Feb 24, 2022
86c6746
Comment out testing stuff
scott-m-king Feb 24, 2022
688ba1d
Run make to create new zip file
jerry-hall Feb 26, 2022
1e22317
Merge pull request #2 from HelloWorldFam/fix-scraper
scott-m-king Feb 26, 2022
2e5ffe4
Merge branch 'master' of https://github.com/HelloWorldFam/ubc-explore…
scott-m-king Feb 26, 2022
63595ed
merge with master
scott-m-king Feb 26, 2022
64a863f
Fix names
scott-m-king Feb 26, 2022
80e83cc
Remove testing stuff
scott-m-king Feb 26, 2022
ced5217
Merge pull request #5 from HelloWorldFam/fix-names
scott-m-king Feb 26, 2022
4e1bbe6
Run make on changes from #5
jerry-hall Feb 26, 2022
730f84c
Merge pull request #7 from HelloWorldFam/fix-names-update-lambdaPackage
jerry-hall Feb 26, 2022
69f2a21
fix issue with 3 letter courses
scott-m-king Feb 26, 2022
2d02426
Remove testing stuff
scott-m-king Feb 26, 2022
fe1bc52
Prettify json
scott-m-king Feb 26, 2022
9f0d1e4
Support floats
scott-m-king Feb 26, 2022
b38cd83
remove testing
scott-m-king Feb 26, 2022
d6e14a5
being anal
scott-m-king Feb 26, 2022
c5a48e1
one more
scott-m-king Feb 26, 2022
f9839e9
Run make to generate zip
jerry-hall Feb 26, 2022
afdbeab
Merge remote-tracking branch 'origin/Lambda-Function' into fixes-opti…
jerry-hall Feb 26, 2022
3d8e82a
Merge pull request #8 from HelloWorldFam/fixes-optimizations
jerry-hall Feb 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules/
dist/req.js
req.json
data/
*.log
/venv
backups/
__pycache__/
v-env
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

61 changes: 0 additions & 61 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/req.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading