Skip to content

Instantly share code, notes, and snippets.

View unalkalkan's full-sized avatar

Unal Kalkan unalkalkan

View GitHub Profile
@unalkalkan
unalkalkan / 4chan-wget-scraping.md
Created December 22, 2017 14:22 — forked from tayfie/4chan-wget-scraping.md
how to scrape images from 4chan using wget

How To Scrape Images from 4chan Using Wget

This guide is to save other sorry plebs from needing to RTFM in figuring out how to use wget to scrape images from 4chan and other imageboards. There are lots of image downloaders in existence, but they are usually outdated and broken. You will save time following this guide to learn how to use a powerful and general purpose tool instead.

What Is Wget?

Wget is a command-line file downloader that can handle just about any file downloading task normal and power users will ever need to do. It has versions available for Windows, Mac, and Linux. If it is not already installed on your machine, install it now.

Basic syntax

@unalkalkan
unalkalkan / introrx.md
Created July 25, 2017 00:22 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing