Skip to content

Crawl ATProto PDS #43473

Crawl ATProto PDS

Crawl ATProto PDS #43473

Workflow file for this run

name: Crawl ATProto PDS
on:
workflow_dispatch:
schedule:
- cron: "*/15 * * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- name: Install dependencies
run: npm install
- name: Crawl ATProto PDS
run: npm run start:crawl-pds
- name: Update README
run: npm run start:update-readme
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "🔎 Indexed New PDS"
commit_user_name: 'Crawler'
commit_user_email: '[email protected]'
commit_author: 'Maxence Rose <[email protected]>'