Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.14 KB

HACKING.md

File metadata and controls

24 lines (13 loc) · 1.14 KB

Hacking

You need a valid pair of API key and secret to make requests to Douban API.

Get your API key and secret

Currently Douban has closed API key application for individuals, so you have to get your own from somewhere else.

Of course I'm absolutely not recommending you to get one by decompiling an old enough version of the official app.

Fill in the credentials

Once you've got the credentials, you need to provide them to Douya. Put the following files on you SD card:

  • (Your SD card path)/Douya/API_KEY: The content of which should be an API key for Douban.
  • (Your SD card path)/Douya/API_SECRET: The content of which should be an API secret for Douban.

The path and file names are case sensitive.

Note that if you have started the app before these files are ready, you need to force stop and restart the app to make it reload the files.

Get the app!

Download and install the app from the latest release.