-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsow.txt
More file actions
26 lines (23 loc) · 683 Bytes
/
sow.txt
File metadata and controls
26 lines (23 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Title: Write a image downloader Command Line Application
Requirement:
1. Listing of files specific to user.
Input
username
Output:
Filename Size Permission
Validation:
If there is no folder with username, "There are no files downloaded"
If there is any error, exceptions need to be handled
All the steps needs to be logged using logging module/package.
Input:
2. Download the files taking username and filepath which contains
list of url's
Input:
username
images.txt --> Each line one image url.
all the images needs to be stored in a folder called username
Validation:
URL is right
If error while downloading please inform user
log all the messages
Downloading --> requests <pip>