Skip to content

Instantly share code, notes, and snippets.

View Nominom's full-sized avatar
🦀

Nominom

🦀
  • Finland
View GitHub Profile
@drdaxxy
drdaxxy / shonenmagazine.py
Created November 9, 2017 20:36
pocket.shonenmagazine.com ripper
#!/usr/bin/env python2
# requires lxml, requests, cssselect, pillow
import sys
import os
from io import BytesIO
from lxml import html
import requests
from PIL import Image