hi im alinez not even tryingto hide it
2
fork

Configure Feed

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

ebil-club-member hell yeh

adam 474fc2a1 5188e970

+4 -3
+4 -3
src/main.ts
··· 7 7 const LABELER_DID = process.env.LABELER_DID!; 8 8 const SIGNING_KEY = process.env.SIGNING_KEY!; 9 9 const LABELS_LISTS = [ 10 - ['is-alien', '3m72hhjgqww2u'], 11 - ['is-alienphobe', '3m72h3vsecg2u'] 10 + ['is-alien', `at://${LABELER_DID}/app.bsky.graph.list/3m72hhjgqww2u`], 11 + ['is-alienphobe', `at://${LABELER_DID}/app.bsky.graph.list/3m72h3vsecg2u`], 12 + ['ebil-club-member', 'at://did:plc:b26ewgkrnx3yvsp2cdao3ntu/app.bsky.graph.list/3madar3xkeb2p'] 12 13 ]; 13 14 14 15 const server = new LabelerServer({ ··· 53 54 let members: AppBskyGraphDefs.ListItemView[] = [] 54 55 do { 55 56 let res = await agent.app.bsky.graph.getList({ 56 - list: `at://${LABELER_DID}/app.bsky.graph.list/${list}`, 57 + list: list, 57 58 limit: 100, 58 59 cursor 59 60 })