From c60aaaf0f3f87074368c2d8cb78ff2fc7c3a5604 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Fri, 8 Nov 2019 21:26:59 +0100 Subject: [PATCH] . --- import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/import.py b/import.py index d4adc47..fc2651e 100644 --- a/import.py +++ b/import.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 #To import data you need a excel style CSV (";" as seperator) with the first as short url (e.g. kurz.ml/example) and in the seccond row the long url (e.g http://example.com). #Then run docker -it <container_name> python3 import.py Now you can paste the CSV as text and press enter again at the end + import sqlite3 import os from tqdm import tqdm -- GitLab