
##Dependencies
- org.json
- JUnit
##Try it out (latest release: v1.0) Download the JAR
cd /path/to/jar
java -jar WebCrawler-v0.1-alpha-jar-with-dependencies
##TODO list
- An "Express mode" -> one line input
- Fast mode for albums
- Fix imgur deleted links cause the program to launch an exception
- Refactor the code to follow Google's Java Coding guidelines
- Build a working GUI on top of it (Swing or JavaFX)
##Collaboration
- Feel free to open an issue, if you want to fix any bugs or throw a suggestion.
##Change log (v0.1-alpha)
- Download the top pictures of any (existing) subreddit
- It supports as many pictures as you want
- Select top links from this day, week, month, year or all time best
- 웹에서 이미지를 다운받아서 사용자에게 반환하는 프로그램을 만들기 위하여 포크!