Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Automatically Build ReVanced App using GitHub Actions
- Host: GitHub
- URL: https://github.com/elliottophellia/revanced-actions-builder
- Owner: elliottophellia
- License: gpl-3.0
- Created: 2024-04-25T20:08:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:32:54.000Z (4 months ago)
- Last Synced: 2024-09-05T00:03:52.129Z (3 months ago)
- Topics: revanced, revanced-apk, revanced-builder, revanced-youtube
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - ReVanced Actions Builder Template
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 SatriaThis 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)