Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically update starter packs #4

Merged
merged 9 commits into from
Nov 3, 2024
Merged

Programmatically update starter packs #4

merged 9 commits into from
Nov 3, 2024

Conversation

jlewi
Copy link
Owner

@jlewi jlewi commented Oct 31, 2024

  • Implement Auth and Config interfaces using local file. This way we can reuse the bulk of the code when running locally.

  • I have an initial CLI that can apply the resource of kind AccountList to update a Bluesky list given a YAML file

  • I have a command to dump the search terms from a YAML file containing a Feed list so they can easily be copied and pasted into blueskyfeedscreator

  • I added tidy commands

  • There's a lot of code from mattn/bsky that needs to be cleaned up

  • I need to figure out whether to keep the webCLI or just get rid of it

  • Arguably we no longer need a webcli

    • A webcli was needed because I didn't know how to sync lists to bluesky so users need to use my code to access things
    • But now that we are aiming at producing a feed consumers of the feed can interact with it through the bluesky app
    • So only maintainers (i.e. me) really need to use the CLI so building and installing a go binary is probably fine.

Related to #1

@jlewi jlewi changed the title Jlewi/starterpacks Programmatically update starter packs Oct 31, 2024
@jlewi jlewi marked this pull request as ready for review November 3, 2024 20:37
@jlewi jlewi merged commit 47039a0 into main Nov 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant