tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
fix: yeah
zenfyr.dev
7 months ago
be34f50b
d1960e33
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
-1
1 changed file
expand all
collapse all
unified
split
bluesky
common.py
-1
bluesky/common.py
reviewed
···
121
121
match ttype:
122
122
case 'link':
123
123
label = decode(ut8_text[start:end])
124
124
-
print(label)
125
124
126
125
# try to unflatten links
127
126
split = val.split('://')