Skip to content

Commit

Permalink
docs: add example how to export Mastodon data
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Feb 14, 2024
1 parent 5b3ded9 commit b108f2d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/usage/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,21 @@ A partir d'un dossier local :
```sh
geotribu images optimize ~/Images/Geotribu/images/
```

----

## Réseaux sociaux

### Exporter les données du compte Mastodon

Utile pour le partage des comptes suivis et listes (voir [cet article](https://geotribu.fr/articles/2024/2024-02-16_de-twitter-a-mastodon-guide-geo-import-liste-comptes/))

```sh
geotribu social mastodon-export
```

Préciser le dossier de sortie :

```sh
geotribu social mastodon-export -w ./export-mastodon
```

0 comments on commit b108f2d

Please sign in to comment.