Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliottophellia/revanced-actions-builder

Automatically Build ReVanced App using GitHub Actions
https://github.com/elliottophellia/revanced-actions-builder

revanced revanced-apk revanced-builder revanced-youtube

Last synced: 29 days ago
JSON representation

Automatically Build ReVanced App using GitHub Actions

Awesome Lists containing this project

README

        

```
╦═╗╔═╗╦ ╦╔═╗╔╗╔╔═╗╔═╗╔╦╗ REVANCED ACTIONS BUILDER
╠╦╝║╣ ╚╗╔╝╠═╣║║║║ ║╣ ║║ BUILD REVANCED YOURSELF!
╩╚═╚═╝ ╚╝ ╩ ╩╝╚╝╚═╝╚═╝═╩╝ @elliottophellia #VSPO

- ko-fi.com/elliottophellia
- saweria.co/elliottophellia
- trakteer.id/elliottophellia
- liberapay.com/elliottophellia
```

Build ReVanced using GitHub Actions.

**NO APKs WILL BE UPLOADED IN THIS REPOSITORY UNDER ANY CIRCUMSTANCES TO AVOID DMCA.**

## Usage

1. Fork this repository
2. Create `ACTIONS_DEPLOY_ACCESS_TOKEN` secret with your GitHub Personal Access Token
3. Go to Actions
4. Run `Build APK with Rei Patches` workflow

## Configurations

```config
#
# REVANCED BUILD APK CONFIGS
#

BUILD_REVANCED="true"
BUILD_REVANCED_MUSIC="true"
BUILD_RETWITCH="true"
BUILD_RELIGHTROOM="true"
BUILD_RETWITTER="true"
BUILD_REINSTAGRAM="true"
BUILD_RETIKTOK="true"
BUILD_REPIXIV="true"
BUILD_REVSCO="true"
BUILD_REREDDIT="true"
BUILD_REBANDCAMP="true"

APPNAME_REVANCED="youtube"
APPNAME_REVANCED_MUSIC="youtube-music"
APPNAME_RETWITCH="twitch"
APPNAME_RELIGHTROOM="adobe-lightroom-mobile"
APPNAME_RETWITTER="twitter"
APPNAME_REINSTAGRAM="instagram"
APPNAME_RETIKTOK="tiktok"
APPNAME_REPIXIV="pixiv"
APPNAME_REVSCO="vsco-cam"
APPNAME_REREDDIT="reddit-official-app"
APPNAME_REBANDCAMP="bandcamp"

PKGNAME_REVANCED="com.google.android.youtube"
PKGNAME_REVANCED_MUSIC="com.google.android.apps.youtube.music"
PKGNAME_RETWITCH="tv.twitch.android.app"
PKGNAME_RELIGHTROOM="com.adobe.lrmobile"
PKGNAME_RETWITTER="com.twitter.android"
PKGNAME_REINSTAGRAM="com.instagram.android"
PKGNAME_RETIKTOK="com.ss.android.ugc.trill"
PKGNAME_REPIXIV="jp.pxv.android"
PKGNAME_REVSCO="com.vsco.cam"
PKGNAME_REREDDIT="com.reddit.frontpage"
PKGNAME_REBANDCAMP="com.bandcamp.android"

VERSION_REVANCED="19.16.39"
VERSION_REVANCED_MUSIC="7.03.52"
VERSION_RETWITCH="16.9.1"
VERSION_RELIGHTROOM="9.2.0"
VERSION_RETWITTER="10.35.0-release.0"
VERSION_REINSTAGRAM="344.1.0.42.92"
VERSION_RETIKTOK="32.5.3"
VERSION_REPIXIV="6.104.1"
VERSION_REVSCO="345"
VERSION_REREDDIT="2024.17.0"
VERSION_REBANDCAMP="3.1.2"
```

## License

```
Revanced-Actions-Builder
Copyright (C) 2024 Reidho Satria

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```

## Credits

- [revanced-build-template](https://github.com/n0k0m3/revanced-build-template) by [n0k0m3](https://github.com/n0k0m3)
- [revanced-patches](https://github.com/revanced/revanced-patches) by [revanced](https://github.com/revanced)
- [revanced-integrations](https://github.com/revanced/revanced-integrations) by [revanced](https://github.com/revanced)
- [revanced-cli](https://github.com/revanced/revanced-cli) by [revanced](https://github.com/revanced)
- [revanced-gmscore](https://github.com/revanced/gmscore) by [revanced](https://github.com/revanced)