Skip to content

Instantly share code, notes, and snippets.

@CrateMuncher
CrateMuncher / fourchan.py
Created March 30, 2014 11:14
Here's a simple object-oriented 4chan library. Post submitting not tested but should work. Fully documented.
from itertools import chain
import random
import datetime
import requests
class ChanError(Exception):
pass