this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

title, description

alice 371c7329 9a0fd5e4

+4 -15
+4 -15
index.ts
··· 16 16 password: process.env.BSKY_PASSWORD!, 17 17 }); 18 18 19 - // const bloot = "You can find the code for this bleet >>>here<<<"; 20 - // await agent.post({ 21 - // text: bloot, 22 - // entities: [ 23 - // { 24 - // index: { start: bloot.indexOf(">>>") + 3, end: bloot.indexOf("<<<") }, 25 - // type: "link", 26 - // value: "https://github.com/aliceisjustplaying/bluesky-experiments", 27 - // }, 28 - // ], 29 - // }); 30 - 31 - const bloot = 'You can find the code for this bleet >>>here<<<, now with a link card as well!'; 19 + const bloot = 20 + 'You can find the code for this bleet >>>here<<<, now with a link card that has a nice title and description!'; 32 21 await agent.post({ 33 22 text: bloot, 34 23 entities: [ ··· 53 42 $type: 'app.bsky.embed.external', 54 43 external: { 55 44 uri: 'https://github.com/aliceisjustplaying/bluesky-experiments', 56 - title: '', 57 - description: '', 45 + title: "alice's bluesky experiments", 46 + description: "now i'm just playing around with the api", 58 47 }, 59 48 }, 60 49 });