I have just started working on this repository. In the future, it will consist of plugins for Russian-language sources. I'm new to coding and scrapping, so it may take some time.
Template for a Cloudstream3 plugin repo
This template includes 1 example plugin.
- Open the root build.gradle.kts, read the comments and replace all the placeholders
- Familiarize yourself with the project structure. Most files are commented
- Build or deploy your first plugin using:
- Windows:
.\gradlew.bat ExampleProvider:make
or.\gradlew.bat ExampleProvider:deployWithAdb
- Linux & Mac:
./gradlew ExampleProvider:make
or./gradlew ExampleProvider:deployWithAdb
- Windows:
This template as well as the gradle plugin and the whole plugin system is heavily based on Aliucord. Go use it, it's a great mobile discord client mod!