9Gag Scraper is a GUI application, created in C# using winforms, that allows the user to download a batch of 9gag images easily.
Features
- Easy to use GUI
- Save images to folder using folder browser
- Needs only url of the first image
- Amount of images to be downloaded can be specified.
- 9gag posts' titles become the images' names.
Installation
Clone the repository to your desktop.
Use Visual Studio 2012 or above to open the solution file.
Build and run the project to generate exe in the debug folder.
To do
- Troubleshoot the freezing of GUI during the download.
- Add comments.
- Do exception handling.