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

client().send_image and send_post do not include “createdAt” field #569

Open
gloriouslyawkwardlife opened this issue Mar 10, 2025 · 2 comments

Comments

@gloriouslyawkwardlife
Copy link

the client().send_image() and client().send_post endpoints do not include the ability to include the createdAt field, which is part of the protocol specification. The is useful for backfilling previous posts from an archive elsewhere.

{
  "$type": "app.bsky.feed.post",
  "text": "Hello World!",
  "createdAt": "2023-08-07T05:44:04.395087Z",
  "langs": ["en-US" ]
}
@MarshalX
Copy link
Owner

use more low-level API of SDK which provides real protocol specification and not syntax sugar around like send_image()

@gloriouslyawkwardlife
Copy link
Author

Was afraid you’d say that. That’s what I did when I had it in Google Apps Script. Guess I’ll translate it from Typescript there into my Python script.

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

No branches or pull requests

2 participants