Skip to content

Commit

Permalink
web: Implement new fandom scraper (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Nov 28, 2024
1 parent 0b3b957 commit a7efbdd
Show file tree
Hide file tree
Showing 15 changed files with 24,818 additions and 42 deletions.
5 changes: 5 additions & 0 deletions deployment/upgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

for IP in "$@"; do
ssh -i ~/.ssh/brawltime.key "root@$IP" "apt-get update && apt-get upgrade -y"
done
385 changes: 385 additions & 0 deletions web/api/services/FandomService.spec.ts

Large diffs are not rendered by default.

Loading

0 comments on commit a7efbdd

Please sign in to comment.