that arell.ai website which was cloning mastodon users for AI training is running via github pages, anyone know how I can find the repository and username associated with a github pages website? there is no links in the HTML but the server IP addresses all belong to github, and the favicon 404 page is served by github (with GH branding)

@froge Searching github for arell.ai turned up a likely candidate:

https://github.com/arell-ai/arell-ai.github.io

@wq yeah seems likely, I guessed the URL https://arell.ai/README.md which contains

# arell-ai.github.ioso likely this is the correct repo, thanks

@froge Ooh, that was a good thought. I never considered checking for a ("hidden") README.md for GH-Pages-hosted sites.
@wq yeah, I know that GH pages serves everything inside the repo, and most repos have a README file :)