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

Allow tweets to exceed 280 character limit #28

Open
jdubpark opened this issue Dec 25, 2024 · 1 comment
Open

Allow tweets to exceed 280 character limit #28

jdubpark opened this issue Dec 25, 2024 · 1 comment
Assignees

Comments

@jdubpark
Copy link
Contributor

Currently, the Twitter connection enforces the text length to be less than 280 (_validate_tweet_text). More complex tweets exceeding that limit can use Tweet threads. For instance, post a tweet of 280 characters and then a sub-tweet with another 280 characters.

@ayoubed
Copy link
Collaborator

ayoubed commented Dec 25, 2024

Agreed, the feature should be either:

  • post over 280 chars if the account is pro
  • post a thread if not.

@ayoubed ayoubed self-assigned this Dec 26, 2024
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