Skip to content

AmoreTechLllc/twitter-to-bsky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-to-bsky importer

Import your Twitter archive into a Bluesky account.

Usage:

# Get an archive from https://twitter.com/settings/download_your_data
# Unzip a Twitter archive so the assets/ folder is in the same directory as main.py
export BSKY_USERNAME="yourname.bsky.social"
export PASSWORD="yourpassword"
pip install atprototools==0.0.6
python main.py

Known problems

Bluesky's UI currently renders timestamps based on the indexedAt field (i.e., when the skoot was skooted) rather than the createdAt field (when the skoot CLAIMS it was skooted).

The code here currently tries to post skoots with the old timestamps, but the Bluesky UI will not render them so. It used to, and then Paul probably patched the bug ^^

Thanks to

  • Boris Mann

See also

https://github.com/ianklatzco/atprototools -- underlying library

About

import a twitter archive into bsky

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%