Code Monkey home page Code Monkey logo

revanced-creator's Introduction

revanced-creator

GitHub Workflow Status GitHub GitHub issues GitHub code size in bytes GitHub Repo stars GitHub forks

What does this do?

  1. downloading the latest revanced-cli, revanced-patches and revanced-integrations.
  2. downloading the latest supported youtube(yt-music, reddit, twitter, tiktok) version
  3. creating revanced app according to revanced-documentation

Check out github action artifacts for revanced apks built with this script.
Download the latest CI builds here.

deps

  • sh(dash or bash)
  • curl is used for fetching release numbers, aria2, axel, curl or wget is used for downloading needed files
  • awk
  • java(17)
  • ripgrep or grep
  • find(optional)

usage

$ mkdir -p revanced
$ cd revanced
$ sh -c "$(curl https://raw.githubusercontent.com/XDream8/revanced-creator/main/patch.sh)"
  • or
$ git clone https://github.com/XDream8/revanced-creator
$ cd revanced-creator
$ ./patch.sh

options

using custom apk

here is how to patch user downloaded reddit apk
(!) if apk_filename is not set, script uses find to select an apk from the directory you are in randomly(if there is only one apk in the directory you are in it is fine)
(?) output_apk is optional

$ export what_to_patch="custom"
$ export apk_filename=reddit.apk
$ export output_apk=revanced-reddit.apk
$ ./patch.sh

additional_args

we include enable-wide-searchbar and swipe-controls patch and exclude hide-shorts-button here

$ export additional_args="-i enable-wide-searchbar -i swipe-controls -e hide-shorts-button"
$ ./patch.sh

what_to_patch(youtube, youtube-music, reddit or twitter)

$ export what_to_patch="youtube-music"
$ ./patch.sh

output_apk

you can set output apk name with this

$ export output_apk="ReReddit.apk"
$ ./patch.sh

apk_version(defaults to latest)

To see versions available see the releases section

$ export apk_version=17.27.39
$ ./patch.sh

root(defaults to 0)

$ export root=0
$ ./patch.sh

downloader

aria2, axel, curl, wget; they are detected in this order and the first detected is used

$ export downloader="axel -n 16"
$ ./patch.sh

or you can use all these options together

$ export root=0
$ export additional_args="-i enable-wide-searchbar -i swipe-controls -e hide-shorts-button"
$ export what_to_patch="youtube"
$ export apk_version=17.27.39
$ ./patch.sh

mentions

  • @halal-beef added CI which was a great help

revanced-creator's People

Contributors

xdream8 avatar halal-beef avatar azzyc avatar viperml avatar xiangyann avatar rollingmoai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.