scraping atproto for the most followed accounts

ci: push to tangled

+15
+15
.github/workflows/tangled.yml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + jobs: 8 + tangle: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: gwennlbh/to-tangled@v0.3 12 + with: 13 + repo: isabelroses.com/amifamousyet 14 + ssh-key: ${{ secrets.TANGLED_KEY }} 15 +