···1616 password: process.env.BSKY_PASSWORD!,
1717});
18181919-// const bloot = "You can find the code for this bleet >>>here<<<";
2020-// await agent.post({
2121-// text: bloot,
2222-// entities: [
2323-// {
2424-// index: { start: bloot.indexOf(">>>") + 3, end: bloot.indexOf("<<<") },
2525-// type: "link",
2626-// value: "https://github.com/aliceisjustplaying/bluesky-experiments",
2727-// },
2828-// ],
2929-// });
3030-3131-const bloot = 'You can find the code for this bleet >>>here<<<, now with a link card as well!';
1919+const bloot =
2020+ 'You can find the code for this bleet >>>here<<<, now with a link card that has a nice title and description!';
3221await agent.post({
3322 text: bloot,
3423 entities: [
···5342 $type: 'app.bsky.embed.external',
5443 external: {
5544 uri: 'https://github.com/aliceisjustplaying/bluesky-experiments',
5656- title: '',
5757- description: '',
4545+ title: "alice's bluesky experiments",
4646+ description: "now i'm just playing around with the api",
5847 },
5948 },
6049});