mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
9ec197556ff9d2a129b789c906fae05f08bda4fb
Docker Py ReVanced
This little utility will help you in building all revanced apps.
Build
You can use any of the following methods to build
- With Docker
- Install Docker
- Run script with
docker-compose up - Without Docker
- Install Java17 (zulu preferred)
- Install Python
- Install Dependencies with
pip install -r requirements.txt- Run the script with
python main.py
Note
By default script build the version as recommended by revanced team. If you want to build and unsupported version and do experiments. Add the version in .env file like
YOUTUBE_VERSION=17.31.36
YOUTUBE-MUSIC_VERSION=X.X.X
TWITTER_VERSION==X.X.X
REDDIT_VERSION==X.X.X
Note
Thanks to @aliharslan0 for his work.
Languages
Python
99.1%
Shell
0.6%
Dockerfile
0.3%