Skip to content

casperklein/docker_Infinity-For-Reddit_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_Infinity-For-Reddit_builder

Create a custom Infinity-For-Reddit client, using your own Reddit API key.

Create Reddit App And API Key

  1. Goto https://old.reddit.com/prefs/apps/
  2. Create a new app with the following settings:
    • Name: SomeFunkyAppName
    • Type: installed app
    • Redirect URI: http://127.0.0.1
  3. After the app creation, the API token is shown at the bottom of the page under the app name (SomeFunkyAppName) and is a set of random characters (e.g. 6g5ZHEGEAnKHP3vewUFY3y)

Usage

# clone repo
git clone https://github.com/casperklein/docker_Infinity-For-Reddit_builder infinity-builder
cd infinity-builder

# configure APPNAME, API_KEY etc.
cp config.example config
vi config

# build APK and save it to ./apk
./build.sh [<commit/tag>]

Update

Make sure to keep the generated apk/infinity.jks file from the first build, when creating a new version. Otherwise you won't be able to update your app.

./build.sh [<commit/tag>]

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published