Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 868 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 868 Bytes

irarchives

Summary

NSFW reverse image search for reddit

Implementation

http://i.rarchives.com (Warning: NSFW)

Overview

Many NSFW reddit posts contain more information about an image.

The repo contains:

  • a script to scrape images from reddit posts and store the data in a database.
  • a web interface for searching the database

Requirements

Tested with Python 2.6.x. Should work with 2.7 and possibly 2.5 (not compatible with 2.4 due to JSON limitations).

The image calculations require Python Imaging Library, or PIL.

Notes

There is no database included with the repo for obvious reasons.

The database will have to be generated by the user or, if you ask nicely, you can have a copy of the current database which has over 1.5 million hashed images.