Create a custom Infinity-For-Reddit client, using your own Reddit API key.
- Goto https://old.reddit.com/prefs/apps/
- Create a new app with the following settings:
- Name:
SomeFunkyAppName
- Type: installed app
- Redirect URI:
http://127.0.0.1
- Name:
- 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)
# 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>]
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>]