summaryrefslogtreecommitdiff
path: root/doc/snac.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snac.8')
-rw-r--r--doc/snac.814
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index e471073..7949b14 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -218,6 +218,20 @@ is supported. Intentionally, the
218and 218and
219.Pa /following 219.Pa /following
220paths return empty lists. 220paths return empty lists.
221.Ss Migrating from Mastodon
222User migration from different Fediverse instances is a pain in the ass
223that has been implemented everywhere as a kludgy afterthought. There is
224not much that can be done, other than importing the list of people you
225follow to your new
226.Nm
227account.
228.Pp
229To do this, download the user's list of accounts being followed (in CSV
230format) from the Mastodon web interface and execute this:
231.Bd -literal -offset indent
232awk -F, 'NR > 1 { print $1 }' /path/to/following_accounts.csv | \\
233xargs -n 1 snac follow $SNAC_BASEDIR $SNAC_USER
234.Ed
221.Ss Other Considerations 235.Ss Other Considerations
222.Nm 236.Nm
223stores all the messages it receives as JSON files, which are usually 237stores all the messages it receives as JSON files, which are usually