Replies: 1 comment
|
Hi, there is at least auto URL parsing example https://github.com/MarshalX/atproto/blob/main/examples/advanced_usage/auto_hyperlinks.py Feel free to extend with hashtags :) I do know that many SDK users already have implemented it. Someday it will be a part of SDK as well |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a service which consumes plaintext messages and then posts them on BlueSky.
Is there an way I can automatically turn
This is a #test of https://example.com/into hashtags and links?I know I can manually write:
But I can't find a way to easily extract those tags and links from the raw text I'm supplied.
All reactions