0xNima / Twideo

Simple Telegram Bot for downloading videos from Twitter via their links
https://t.me/twideo_bot
59 stars 8 forks source link

Add option to display full text of long-form Tweets in Twideo #3

Open huwan opened 1 year ago

huwan commented 1 year ago

I am a user of the Twideo telegram bot, which allows me to easily forward Tweets from Twitter to my Telegram account. Recently, Twitter announced support for long-form texts up to 10,000 characters in length. However, when I forward such Tweets using Twideo, it only shows a truncated version of the text with a link to the full Tweet.

I would like to suggest adding an option for users to display the full text of long-form Tweets in their Telegram feed, without the need to click on the link.

Thank you for your consideration.

0xNima commented 1 year ago

I am a user of the Twideo telegram bot, which allows me to easily forward Tweets from Twitter to my Telegram account. Recently, Twitter announced support for long-form texts up to 10,000 characters in length. However, when I forward such Tweets using Twideo, it only shows a truncated version of the text with a link to the full Tweet.

I would like to suggest adding an option for users to display the full text of long-form Tweets in their Telegram feed, without the need to click on the link.

Thank you for your consideration.

Sure. Can you send me such a link?

huwan commented 1 year ago

Here's the link to a long tweet (in Chinsese): https://twitter.com/tinyfool/status/1647802827966943232

image

Thank you.

0xNima commented 1 year ago

Here's the link to a long tweet (in Chinsese): https://twitter.com/tinyfool/status/1647802827966943232

image

Thank you.

twitter API returns truncated text by default. I've tried v2 and v1.1 endpoints but both of them return truncated text. I will fix this issue as soon as find a solution.