spencerwooo / substats

( `д′) how many followers do i have? how many!
https://substats.swo.moe
MIT License
813 stars 56 forks source link

Add mastodon #50

Closed OldPanda closed 1 year ago

OldPanda commented 1 year ago

This PR is to add mastodon stats to the repo. The webpage looks like image and the stats API responds like

$curl http://127.0.0.1:8787/stats/mastodon/oldpanda@mastodon.social | jq .
{
  "source": "mastodon",
  "key": "oldpanda@mastodon.social",
  "failed": false,
  "count": 4
}
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
substats ✅ Ready (Inspect) Visit Preview Jan 8, 2023 at 4:34PM (UTC)
spencerwooo commented 1 year ago

I have no idea why the staging action cannot pick up CF_API_TOKEN from the repo's secrets. Merging as-is.

OldPanda commented 1 year ago

Thanks!