Pelmenner / TransferBot

Tool for continuous message transfer between chats and messengers using bots
1 stars 2 forks source link

Long posts resend #55

Open Mad-Proger opened 1 year ago

Mad-Proger commented 1 year ago

When trying to resend long post from VK to TG, bot is facing tg message length limit and the message forever remains in the unsent. Maybe split long posts into multiple messages?

Pelmenner commented 1 year ago

We can add support for telegraph articles. This won't completely eliminate the need for splitting, but in most cases (e.g. vk posts/articles) converting messages to telegraph pages may be a nice solution

Mad-Proger commented 1 year ago

looks like a very decent solution. It will look very naturally with long posts and there is seemingly no harm in splitting in other cases