You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start main with wanted tags as parameter, for example: FlickrCrawler.main(Sunset) and all pics will be saved in original size or large to pics\sunset\...
19
+
* - Java 7 is needed
20
+
* - insert your api- and secretkey
21
+
*
22
+
* start main with wanted tags as parameter, for example: FlickrCrawler.main(Sunset) and all pics will be saved in original size or large to pics\sunset\...
22
23
*/
23
24
public class FlickrCrawler {
24
25
@@ -40,13 +41,14 @@ public class FlickrCrawler {
40
41
}
41
42
42
43
public static boolean saveImage(Flickr f, Photo p) {
0 commit comments