Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created December 15, 2024 13:14
Show Gist options
  • Save YonatanKra/9a958f492b24e351c9810709962bd436 to your computer and use it in GitHub Desktop.
Save YonatanKra/9a958f492b24e351c9810709962bd436 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" defer>
import { AltTextBot } from './agent/find-altless-posts.ts';
async function start() {
const bot = new AltTextBot();
console.log(await bot.checkSinglePost('https://bsky.app/profile/yonatankra.com/post/3lczalvz7uk2l'));
}
start();
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment