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

Add 'unpublish' script to complement existing 'publish' functionality #100

Closed

Conversation

xeronith
Copy link

This PR introduces a new unpublish script to the project, which allows users to easily remove a previously published feed.

Changes:

  • Added unpublishFeedGen.ts to /scripts
  • Added unpublishFeed script to /package.json
  • Updated documentation to include instructions for using the unpublish script

devinivy and others added 30 commits May 10, 2023 22:59
* Support .env file

* Fix default sub endpoint
* Setup migrations, misc tidy/fixes

* Simplify migration provider
* update README with instructions for the default URL

* Update README.md

---------

Co-authored-by: Daniel Holmgren <dtholmgren@gmail.com>
* describeFeedGenerator route + multiple feeds

* tweak readme
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env

* publish script

* create -> put

* readme

* handle blob encoding

* add check that feeds are available
So readers won't have to google Bluesky PDS to try to figure out what it means
alimony and others added 19 commits May 24, 2023 17:51
* improve docs & helpers around publisher dids

* add docs to env
Cosmetic: remove trailing space
update `@atproto/*` package deps to current
This call appears to just be a gate to stop people publishing custom feeds before the feature was released.

Removed, and publishing appears to have no ill effect. Addresses bluesky-social#65
Remove agent.api.app.bsky.feed.describeFeedGenerator
* Switch subscription endpoint

* Switch on fallback default value
…e-auth

Update usage of xrpc-server to check bound service auth
@hakabahitoyo
Copy link
Contributor

Seems to same as #77.

@xeronith
Copy link
Author

You're right, didn't notice.

@haileyok haileyok force-pushed the main branch 2 times, most recently from d36deef to fadd462 Compare October 31, 2024 08:18
@haileyok
Copy link
Contributor

Merged in through #77, but feel free to tweak more if you want!

@haileyok haileyok closed this Oct 31, 2024
@xeronith xeronith deleted the feat/add-unpublish-script branch October 31, 2024 16:54
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.