Documentation
¶
Overview ¶
Package twcnv provides tools to convert a Twitter/X tweet into a Bluesky skeet.
Index ¶
- func IsBskyCompatible(th twarc.Thread) bool
- type Converter
- func (cnv *Converter) AssociateAccounts(ctx context.Context, users []twdb.User) error
- func (cnv *Converter) FindProfiles(ctx context.Context, usr twdb.User) ([]*bsky.ActorDefs_ProfileView, error)
- func (cnv *Converter) Tweet(ctx context.Context, acc twarc.Account, tweet twarc.Tweet) (*atproto.RepoCreateRecord_Output, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBskyCompatible ¶
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func (*Converter) AssociateAccounts ¶
func (*Converter) FindProfiles ¶
Click to show internal directories.
Click to hide internal directories.