Giter Site home page Giter Site logo

android-clipper_for_pocket's Introduction

Clipper for Pocket

Run from source

1. Prepare local host

Note: To build and run this application from source, you need your own Pocket Application. Create one for free in the Pocket Api Docs!

Within your Pocket Application details, save the consumer key for later.

Then you need a redirect uri. From Pocket's API docs:

Once you have the consumer key for the platform you are supporting, the application must register a URL scheme to receive login callbacks. By default, this is "pocketapp" plus your application's ID (which you can find at the beginning of the consumer key before the hyphen). So if your consumer key is 42-abcdef, your app ID is 42, and your URL scheme will be "pocketapp42".

Once you got your consumer key and redirect uri, you need to persist them as properties in your local gradle.properties. Usually it can be found at (if it doesn't exist, just create it):

  • Windows: C:\Users\<Your Username>\.gradle\gradle.properties
  • Mac: /Users/<Your Username>/.gradle/gradle.properties
  • Linux: /home/<Your Username>/.gradle/gradle.properties

Add those lines to gradle.properties and replace its placeholder with your values:

ClipperForPocket_PocketApiCustomerKey="YOUR_CUSTOMER_KEY"
ClipperForPocket_PocketApiRedirectScheme="YOUR_REDIRECT_URI"
ClipperForPocket_PocketApiRedirectUri="YOUR_REDIRECT_URI:authorizationFinished"

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.