From a46ff910aaeb3751f5600f1bd698d5715adf449f Mon Sep 17 00:00:00 2001 From: limkokhole Date: Tue, 18 Jan 2022 01:44:39 +0800 Subject: [PATCH] Added requireemts --- README.md | 4 ++++ requirements.txt | 2 ++ 2 files changed, 6 insertions(+) mode change 100644 => 100755 README.md create mode 100755 requirements.txt diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 163dff4..c78e969 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Download all images/videos from Pinterest user/board/section. - [x] Unique board/log name with timestamp options. - [x] Proxies options. +### Requirements: + + $ python3 -m pip install -r requirements.txt + ### Usage: $ python3 pinterest-downloader.py --help diff --git a/requirements.txt b/requirements.txt new file mode 100755 index 0000000..8b0a7bf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +colorama +requests