Created
December 15, 2024 13:14
-
-
Save YonatanKra/9a958f492b24e351c9810709962bd436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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