From 421d12f57619e8a837470308f2e9f4252d63b715 Mon Sep 17 00:00:00 2001 From: Sebastian Winkler Date: Sun, 28 Aug 2016 11:05:57 +0200 Subject: [PATCH] makes the readme more understandable --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 66fd1a8..eee1f5d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # discord-image-downloader-go -This is a simple tool which downloads pictures posted in discord channels of your choice to a local folder. It handles various sources like twitter differently to make sure to download the best quality available. It is written in go and the code is very ugly. +This is a simple tool which downloads pictures posted in discord channels of your choice to a local folder. The tool only handles links posted while it is running, you have to keep it running the whole time. It handles various sources like twitter differently to make sure to download the best quality available. It is written in go and the code is very ugly. ## How to use? When you run the tool for the first time it creates an `config.ini` file with example values. Edit these values and run the tool for a second time. It should connect to discords api and wait for new messages.