From 5720733f920d6faeee5c7d5357deb6da3d642dfc Mon Sep 17 00:00:00 2001 From: MyUncleSam Date: Mon, 7 Aug 2017 13:06:55 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1eb821 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# TeamviewerExporter +Exports the TeamViewer connection list into a csv file (compatible with RemoteDesktopManager) + +# Export +It exports two files into the program directory - so make sure your user has write permissions on it: +- original.csv - 1:1 the information which are received from teamviewer api +- rdm.csv - RemoteDesktopManager compatible csv format for importing them into any folder (https://remotedesktopmanager.com/) + +# Configuration +Open the program .config file and add your Authorization token from your teamviewer account.