Microposts
So, with some luck, tonight ill be able to sleep early, I have tried to make https://github.com/perrito666/chat2world do the right thing for bluesky and produce 300 chars posts as a thread when I write longer (you know, like civilized people), this was not an issue in mastodon so I did not pay attention to it, hopefully this is (one of) the last wronkle to iron.
And here i thought i was done with this posting tool
Bluesky has a ridiculous 300 char limit so ill have to write a chunker
I wrote a little library for posting purpose that uses the bsky API in a very crude way, I might add more support in time to the various features like site cards https://github.com/perrito666/chat2world/tree/main/blogging/bluesky/client
Last test +3 posting from https://github.com/perrito666/chat2world in @perrito.bsky.social and https://hachyderm.io/@perrito at the same time

gross my dog watching me
https://bsky.app/profile/did:plc:qf6qa6vol2chy2eqalzdz434/post/3lhud2jgbw72z
turns out i can post without images because my bsky client is a bit flimsy, my fault for not having tests: @perrito.bsky.social and https://hachyderm.io/@perrito
Ok, there is now BlueSky support for chat2World, the implementation is a bit crude (for example bad support for bsky detecting links or mentions) if all went well there should be equal posts in: @perrito.bsky.social and https://hachyderm.io/@perrito

As a bonus, a picture of Anglet (France)
Ok, finally, I made a tool to post on mastodon (for now, bluesky when i get some time) from telegram, you can find it at https://github.com/perrito666/chat2world it is in development so it should improve over time.
Documentation incoming
Up to date documentation can be found here: https://github.com/perrito666/chat2world/blob/main/README.md
One more test, sending a toot from telegram, this time without having to re-do the oauth dance.