Giter Site home page Giter Site logo

calibre-books's Introduction

Calibre Books

Calibre web server based on the library data located on Dropbox.

image

image

Usage

1. Install the project in development mode :

python setup.py develop

2. Set your SECRET_KEY in the environment variable :

export SECRET_KEY=''

3. Prepare the database :

python manage.py migrate
  1. Integration with dropbox service

Get your access token using the following command :

python manage.py get_dropbox_token

Configure your dropbox application:

export DROPBOX_CONSUMER_KEY=''
export DROPBOX_CONSUMER_SECRET=''
export DROPBOX_ACCESS_TOKEN=''
export DROPBOX_ACCESS_TOKEN_SECRET=''

# default is standard calibre directory `CalibreLibrary`
export DROPBOX_CALIBRE_DIR='' 

Go to the dropbox app console and set your webook url https://your-domain/dropbox-webhook/

5. Synchronize calibre data :

python manage.py synchronize

Each time when you change something in the Calibre application, Dropbox will send callback to synchronize data.

calibre-books's People

Contributors

bogdal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

calibre-books's Issues

Dashboard

  • Recently added book
  • Search
  • Cloud of tags

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.