issues
search
santosderek
/
Imgur-To-Folder
Download Imgur albums and images to desired folder
Other
80
stars
9
forks
source link
Uplifting the code written years ago.
#20
Closed
santosderek
closed
1 year ago
santosderek
commented
1 year ago
Main objective of this PR is to rewrite the code written years ago into a more modular, and decoupled state.
Dependent objects needs for any underlying operations are now passed in during instantiation.
Added an Abstract Class called Downloadable, which checks to make sure that the inherited classes contain required functions.
Each Imgur Object Type is now it's own class.
Created an API connector class for Imgur API calls.
Refactored the Configuration class to not be as heavy with setters / getters.
Downloader class is now a module instead.
Using AsyncIO where applicable. (More changes in the future).
Added minor tests.