Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperklein/docker_infinity-for-reddit_builder
https://github.com/casperklein/docker_infinity-for-reddit_builder
builder docker infinity-for-reddit
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/casperklein/docker_infinity-for-reddit_builder
- Owner: casperklein
- Created: 2023-09-08T19:08:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-22T23:26:47.000Z (3 months ago)
- Last Synced: 2024-08-23T00:54:04.124Z (3 months ago)
- Topics: builder, docker, infinity-for-reddit
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker_Infinity-For-Reddit_builder
Create a custom [Infinity-For-Reddit](https://github.com/Docile-Alligator/Infinity-For-Reddit) client, using your own Reddit API key.
## Create Reddit App And API Key
1. Goto
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
```bash
# 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 []
```## 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.
```bash
./build.sh []
```