jsk-ros-pkg / jsk_3rdparty

42 stars 60 forks source link

[rostwitter] Enable to tweet with 280(hankaku) characters and thread #373

Closed iory closed 2 years ago

iory commented 2 years ago

What is this?

The current implementation only allows tweets of up to 140 characters, regardless of whether they are half-width or full-width. Changed so that we can tweet up to 280 half-width characters and 140 full-width characters.

https://twitter.com/pr2jsk/status/1559439675559149568

Also, this PR enables thread tweet by using reply. Changed so that strings longer than 140 characters are displayed as a thread. https://twitter.com/pr2jsk/status/1559451846418530305

iory commented 2 years ago

Moved to https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/375