Go Link Export – Exportiere deine Linkcrypter Links
Dieses kleine CLI Tool exportiert Ordner Links von verschiedenen Linkcrypting Services in .txt oder .csv Dateien. Exportierte Daten können in CSV Dateien z.B. in Excel oder in LibreOffice geöffnet werden.
Das Tool ist kostenlos!
Was genau wird exportiert?
Die exportierte CSV enthält folgende Daten:
Ordner ID | Order Name | Ordner Status | Ordner Größe | Ordner Größe Human | Hoster | Ordner Link
Wie starte ich das Tool?
Der Link Export von den Diensten Filecrypt.cc oder Tolink.to wird mit einem Kommando ausgeführt.
Linux:./go-export-linux export --service=filecrypt --key=YOUR_API_KEY --export-type=csv --state=offline
Windows: (first! modify the .bat file)Double click on the go-export-win.bat
Erledigt! Im selben Verzeichnis wird nun eine Datei erzeugt die den exportieren Inhalt enthält.
README.md
go-export
This tool helps to export your data from linkcrypting services.
Install
Download binaries from: https://go-toolz.com
Run
Run the export with a simple cli command.
Linux:
./go-export-linux export --service=filecrypt --key=YOUR_API_KEY --export-type=csv --state=offline
Windows: (first! modify the .bat file)
Double click on the go-export-win.bat
Done! The programm creates a result file in the current directory.
Command
There is only one command: "export"
Flags
--service
Put here your desired linkcrypting service, we support filecrypt and tolink
--key
Put here your linkcrypting API key.
--export-type
Specifiy the export data type, we support "txt" and "csv".
--state
Specifiy the export state of the container "offline", "online" and "partial".