diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
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. + |