From 91521953d3ecbfa3ca9610ea4d34ef7944d9ce7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Thu, 15 Sep 2022 12:13:41 +0200 Subject: [PATCH] Fixed README hierarchy + Added resources --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d9c218..3910f9c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ As said, it's not fully usable yet, it's a WIP (for now it's not looping over al * `go build`. Take in account **where** you will run the binary. I mean I've developed it under macos darwin but I wanted to run it on my mastodon instance machine, so I compiled it with some flags in order to get it running: `GOOS=linux GOARCH=amd64 go build` * Move the binary and the `outbox.json` to the server (ensure path matches) and profit. -### Final notes + +## Resources + +- [UnmarshalJSON stuff](https://medium.com/@nate510/dynamic-json-umarshalling-in-go-88095561d6a0) +- [godotenv](https://golangbyexample.com/load-env-fiie-golang/) +- [Something similar but in JS](https://gitlab.com/umonaca/mastodon-toots-migration-queries-generator/-/blob/cat/index.js) +- [How to migrate from one Mastodon server to another one](https://mastodon.social/@Gargron/103393780267601137) + +## Final notes Feel free to modify the script in order to fill your needs. Of course, mentions and patches (PRs, etc...) are more than welcome!