The content of this script is created strictly for educational purposes. Use of the Add-on is at your own risk. This Add-on, written in Python, serves as an API for stremio. There is no affiliation with any scraping sites.
-
Provides catalogs for multiple languages: Tamil, Hindi, Malayalam, Kannada, English, and dubbed movies & series.
-
Supports streams for playback with torrent, Real Debrid, and Seedr integration.
- Install Stremio from here.
- Navigate to Media Fusion and click on the 'Configure Add-on' button.
- Python: This project uses Python version 3.11. Ensure you have it installed.
- MongoDB: Set up a MongoDB server. You can use MongoDB Atlas to create a free MongoDB cluster.
- Pipenv: Use Pipenv for managing project dependencies. If you don't have it installed, you can install it with:
pip install pipenv
- Clone: Clone this repository.
git clone https://github.com/mhdzumair/MediaFusion
- Environment Variables: Create a
.env
file in the root directory with the following variables:MONGO_URI=<Your_MongoDB_URI> SECRET_KEY=<Your_Random_32_Character_Secret> HOST_URL=http://127.0.0.1:8000
- For scraping instructions: refer to the scrapping README.