marcomaroni-github / twitter-to-bluesky

Import all tweets exported from X/Twitter to a Bluesky account.
Other
205 stars 12 forks source link

Readme doesn't describe how to import to Bluesky #27

Closed gxjansen closed 1 day ago

gxjansen commented 1 day ago

Currently, the readme describes how to get your Twitter archive and how to turn that into an import.log file, but not what to do with that import.log file and/or how to use that to get your data into Bluesky.

marcomaroni-github commented 1 day ago

@gxjansen The import already happens by running "npm start" or "npm run start_log", the only difference is that the second command redirects the output with the import result to a log file "import.log".

gxjansen commented 1 day ago

Ah got it, thx!