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

[announce] Post threaded status to Twitter #853

Closed
aalmiray opened this issue Jun 30, 2022 · 0 comments · Fixed by #864
Closed

[announce] Post threaded status to Twitter #853

aalmiray opened this issue Jun 30, 2022 · 0 comments · Fixed by #864
Labels
enhancement New feature or request
Milestone

Comments

@aalmiray
Copy link
Member

Add an option for defining multiple messages that should be twitted as a threaded status.

Allow explicit list of messages.
Allow a message file, each line would be a separate message. Skip empty/blank lines.

Twitter4J API usage

twitter.updateStatus(
new StatusUpdate("[@aalmiray](https://twitter.com/aalmiray)
 This is how you add threaded tweets")
.inReplyToStatusId(1542497822246703104L));
@aalmiray aalmiray added the enhancement New feature or request label Jun 30, 2022
diakogiannis added a commit to diakogiannis/jreleaser that referenced this issue Jul 16, 2022
@aalmiray aalmiray added this to the v1.2.0 milestone Jul 16, 2022
diakogiannis added a commit to diakogiannis/jreleaser.github.io that referenced this issue Jul 16, 2022
diakogiannis added a commit to diakogiannis/jreleaser.github.io that referenced this issue Jul 16, 2022
aalmiray pushed a commit to jreleaser/jreleaser.github.io that referenced this issue Jul 16, 2022
diakogiannis added a commit to diakogiannis/jreleaser that referenced this issue Jul 16, 2022
aalmiray pushed a commit to jreleaser/jreleaser.github.io that referenced this issue Aug 3, 2022
aalmiray pushed a commit to jreleaser/jreleaser.github.io that referenced this issue Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant