feat: design cypherpunk IRC georelays dashboard for github.io

This commit is contained in:
a1denvalu3
2026-06-09 13:40:56 +02:00
parent b3c153f90d
commit 564e679651
11 changed files with 3598 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- name: Check for changes
id: git-check
run: |
git add assets/bitchat_relay_count_chart.png assets/total_relay_count_chart.png
git add assets/bitchat_relay_count_chart.png assets/total_relay_count_chart.png assets/relay_history.json
git diff --staged --exit-code || echo "changes=true" >> $GITHUB_OUTPUT
- name: Commit and push changes
+3 -1
View File
@@ -51,6 +51,7 @@ jobs:
- name: Update relay geolocation data
run: |
cat relay_discovery_results.json | jq .functioning_relays[] | ./filter_bitchat_relays.sh | sed 's|^wss://||' | python3 relays_geo_lookup.py nostr_relays.csv
python3 scripts/geolocate_all_relays.py
- name: Check for changes
id: git-check
@@ -62,7 +63,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add relay_discovery_results.json nostr_relays.csv
git add relay_discovery_results.json nostr_relays.csv all_relays_geo.csv
git commit -m "Automated update of relay data - $(date -u)"
git push
env:
@@ -75,4 +76,5 @@ jobs:
path: |
relay_discovery_results.json
nostr_relays.csv
all_relays_geo.csv
retention-days: 30