Added requireemts

This commit is contained in:
limkokhole
2022-01-18 01:44:39 +08:00
parent ec7a6e3c89
commit a46ff910aa
2 changed files with 6 additions and 0 deletions

4
README.md Normal file → Executable file
View File

@@ -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

2
requirements.txt Executable file
View File

@@ -0,0 +1,2 @@
colorama
requests