Skip to content

Add optional Xquik text posting#10

Open
kriptoburak wants to merge 1 commit into
fxcoudert:masterfrom
kriptoburak:codex/add-xquik-text-posting
Open

Add optional Xquik text posting#10
kriptoburak wants to merge 1 commit into
fxcoudert:masterfrom
kriptoburak:codex/add-xquik-text-posting

Conversation

@kriptoburak

Copy link
Copy Markdown

Summary

  • Add optional Xquik posting via XQUIK_API_KEY and XQUIK_ACCOUNT.
  • Keep the existing Twitter, Bluesky, and Mastodon paths unchanged.
  • Skip Xquik for local-image posts because this path only passes text.

Notes

The Xquik path calls POST /api/v1/x/tweets with account and text. It is only enabled when both Xquik environment variables are set.

Validation

  • python3 -m py_compile papersbot.py
  • git diff --check
  • Added-line public diff scan
  • Local source-truth check for POST /api/v1/x/tweets
  • Link check: https://xquik.com/api/v1 returned 200
  • Protected route check: Xquik create-tweet returned 401 without credentials

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