Skip to content

Perkedel/Kemono-1

 
 

Repository files navigation

This repository contains the obsolete, original version of Kemono, and has not been updated in over a year as of this writing. It is HIGHLY recommended you use Kemono2/Kitsune instead. No support for Kemono1 instances are guaranteed.

Telegram

Kemono is an open-source reimplementation of yiff.party. It archives and dumps data, images, and files from paysites like Patreon.

Kemono's codebase consists of both importers to handle API data and a frontend to share it. While the status of the project is considered stable, there may be bugs and weird quirks here and there. Beware!

Screenshot

Supported Sites

  • Patreon
  • Gumroad
  • Discord

Experimental/Unfinished

  • SubscribeStar
  • Pixiv Fanbox

Prerequisites

  • Node v8.x
    • Other versions will cause issues.
  • Yarn
  • MongoDB

Running

  • Download the latest release.
  • Install dependencies (yarn)
  • Copy .env.example to .env and configure
  • Start the development server. (yarn run dev)

Your instance should now be running here.

For production, Dokku is highly recommended for zero-friction deployment.

FAQ

Where did the test scripts go?

The importer test scripts were removed in v1.2.

My instance uses too much memory!/My instance is randomly crashing!

Large instances may see memory issues due to the thumbnail generator. Either set some swap space or disable the feature in your .env file.


Licensed under BSD 3-Clause. tldr.

Kemono itself does not circumvent any technological copyright measures. Content is retrieved legally.

About

The original paywall archiver/leaker. Deprecated in favor of Kemono 2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.3%
  • HTML 19.2%
  • CSS 8.5%
  • Other 1.0%