/FicSave

This is the repo for FicSave, an open-source online fanfiction downloader.

Primary LanguagePHP

FicSave

This is the repo for FicSave, an open-source online fanfiction downloader.

Frameworks/Libraries Used

Laravel 5

The PHP Framework For Web Artisans.

Materialize

A modern responsive front-end framework based on Material Design.

PHPePub

PHP Classes for dynamically generating EPub files.

QueryPath

QueryPath is an XML and HTML DOM manipulation PHP library.

HTML5-PHP

An HTML5 parser and serializer for PHP.

Calibre (ebook-convert)

Convert an ebook from one format to another.

How To Setup Your Own FicSave Instance

  1. Download all dependencies using composer install.
  2. Install Calibre.
  3. Add this to your crontab: * * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1 or execute php /path/to/artisan schedule:run every minute.