Skip to content

Commit

Permalink
feat(#568): automatically extract games from TWIC
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstenglein committed Jul 22, 2024
1 parent d8a3a68 commit e5866e8
Show file tree
Hide file tree
Showing 8 changed files with 1,335 additions and 33 deletions.
612 changes: 580 additions & 32 deletions backend/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"devDependencies": {
"@serverless/compose": "^1.3.0",
"serverless-go-plugin": "^2.4.0",
"serverless-plugin-custom-roles": "^3.1.1"
"serverless-plugin-custom-roles": "^3.1.1",
"serverless-python-requirements": "^6.1.0"
},
"dependencies": {
"serverless": "^3.38.0"
Expand Down
4 changes: 4 additions & 0 deletions backend/serverless-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,7 @@ services:
TimelineTableArn: ${chess-dojo-scheduler.TimelineTableArn}
ExamsTableArn: ${examService.ExamsTableArn}
ExamsTableStreamArn: ${examService.ExamsTableStreamArn}

twicService:
path: twicService

4 changes: 4 additions & 0 deletions backend/twicService/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
chess
beautifulsoup4
requests
dynamodb-json
Loading

0 comments on commit e5866e8

Please sign in to comment.