From 76f2e9ffd369e1b2f131c85fa05540c62936ac21 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 28 Mar 2015 18:21:56 +0100 Subject: re-structure project --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5637ed --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# install + + pip3 install 'https://www.xapek.org/git/xapek/movietool/archive/v0.1.zip' + +or + + pip3 install --user 'https://www.xapek.org/git/xapek/movietool/archive/v0.1.zip' + + +# TMDB: +for tmdb you need a Api-Key + + +# IMDB: +for imdb we use the mobile api. +Comment-out the respective code-parts to not violate the imdb Terms of Service. + -- cgit v1.2.1