Giter Club home page Giter Club logo

pocket-bridge's Introduction

pocket-bridge

A bridge application that exposes Pocket through other APIs.

Features

  • Publishes RSS and Atom feeds from your Pocket lists
    • Filterable by tag
    • Can integrate page's full content, filtered through Readability. Your server will requests the page by itself and store it in cache.
  • Show Readability-filtered content for pages

Usage

Use the Docker image with port 80, or install dependencies using pip install . and run with python app/main.py.

Configuration

Configuration is done using variable environement or a .env file. All variables are prefixed with BRIDGE_.

  • BRIDGE_POCKET_CONSUMER_KEY: Your Pocket application's consumer key
  • BRIDGE_USER_TOKENS: Associations between request tokens (how you authenticate with pocket-bridge) and Pocket access token (how the bridge authenticates your account against Pocket). Sample: {"password": "access-token"}
  • BRIDGE_CACHE__BACKEND: Cache backend to use, either inmemory or redis
  • BRIDGE_CACHE__REDIS_URL: Redis URl to use when cache backend is redis.
  • BRIDGE_CACHE__PREFIX: Prefix of bridge's data in cache backend
  • BRIDGE_CACHE__POCKET_LIST_EXPIRATION: How many seconds Pocket lists will be kept in cache
  • BRIDGE_CACHE__READABILITY_EXPIRATION: How many seconds Readability-filtered articles will be kept in cache

pocket-bridge's People

Contributors

horgeon avatar

Watchers

 avatar

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.