ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto

github doesn't export anything useful for follow / stars, ofc

Changed files
+2 -11
src
constants
+2 -1
.gitignore
··· 6 dist/ 7 private-key.pem 8 public-jwk.json 9 - keygen.js
··· 6 dist/ 7 private-key.pem 8 public-jwk.json 9 + keygen.js 10 + test-data/
-10
src/constants/platforms.ts
··· 1 import { 2 Twitter, 3 Instagram, 4 - Github, 5 Youtube, 6 Hash, 7 Twitch, ··· 73 fileHint: "subscriptions.csv or Takeout ZIP", 74 enabled: false, 75 defaultApp: "bluesky", 76 - }, 77 - github: { 78 - name: "Github", 79 - icon: Github, 80 - color: "from-red-600 to-red-700", 81 - accentBg: "bg-red-600", 82 - fileHint: "subscriptions.csv or Takeout ZIP", 83 - enabled: false, 84 - defaultApp: "tangled", 85 }, 86 }; 87
··· 1 import { 2 Twitter, 3 Instagram, 4 Youtube, 5 Hash, 6 Twitch, ··· 72 fileHint: "subscriptions.csv or Takeout ZIP", 73 enabled: false, 74 defaultApp: "bluesky", 75 }, 76 }; 77