2022-09-19 11:19:05 -03:00
2022-09-19 11:19:05 -03:00
2022-09-09 22:06:45 -03:00
2022-09-19 11:00:51 -03:00
2022-08-28 20:04:59 -03:00
2022-09-07 18:55:52 -03:00
2022-08-28 20:04:59 -03:00
2022-09-14 15:45:36 -03:00
2022-09-08 00:32:31 -03:00
2022-09-19 10:43:16 -03:00
2022-09-19 10:43:16 -03:00
2022-09-04 03:01:02 -03:00
2022-09-19 10:43:16 -03:00
2022-09-07 18:55:52 -03:00
2022-08-28 20:26:23 -03:00

ReVanced Releases API

License: AGPLv3 GitHub last commit GitHub Workflow Status

This is a simple API that returns the latest ReVanced releases, patches and contributors.

Usage

The API is available at https://revanced-releases-api.afterst0rm.xyz/.

You can deploy your own instance by cloning this repository, editing the docker-compose.yml file to include your GitHub token and running docker-compose up or docker-compose up --build if you want to build the image locally instead of pulling from Docker Hub. Optionally you can run the application without Docker by running poetry install and poetry run ./main.py. In this case, you'll also need a redis server and setup the REDIS_URL, REDIS_PORT and GITHUB_TOKEN environment variables on your system.

API Endpoints

  • tools - Returns the latest version of all ReVanced tools and Vanced MicroG
  • patches - Returns the latest version of all ReVanced patches
  • contributors - Returns contributors for all ReVanced projects

Contributing

If you want to contribute to this project, feel free to open a pull request or an issue. We don't do much here, so it's pretty easy to contribute.

License

This project is licensed under the AGPLv3 License - see the LICENSE file for details.

Acknowledgments

Description
Languages
Python 95.5%
Dockerfile 3.9%
Shell 0.6%