2023-10-04 14:27:46 +05:30
2023-09-16 17:23:04 +05:30
2023-09-28 11:36:39 +05:30
2023-10-04 14:27:46 +05:30
2023-08-06 21:45:21 +05:30
2022-09-10 20:15:05 +05:30
2023-09-11 02:01:07 +05:30

Media Fusion Stremio Addon 🎬

Media Fusion Logo

⚠️ Disclaimer ⚠️

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.

Features

  • Provides catalogs for multiple languages: Tamil, Hindi, Malayalam, Kannada, English, and dubbed movies & series.

    Media Fusion Catalog

  • Supports streams for playback with torrent, Real Debrid, and Seedr integration.

    Media Fusion Streams

🚀 Installation

  1. Install Stremio from here.
  2. Navigate to Media Fusion and click on the 'Configure Add-on' button.

🛠️ Development

Prerequisites

  • 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.

Setup

  1. Pipenv: Use Pipenv for managing project dependencies. If you don't have it installed, you can install it with:
    pip install pipenv
    
  2. Clone: Clone this repository.
    git clone https://github.com/mhdzumair/MediaFusion
    
  3. 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
    
  4. For scraping instructions: refer to the scrapping README.

📚 References

S
Description
Universal Add-On for Stremio & Kodi
https://mhdzumair.github.io/MediaFusion/
Readme MIT 17 MiB
Languages
Python 70.3%
JavaScript 12.3%
HTML 11.9%
CSS 2.7%
Shell 0.9%
Other 1.9%