Skip to content

sbvkrishna/MediaFusion

 
 

Repository files navigation

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

About

Stremio Universal Add-On for Movies & Series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • JavaScript 7.2%
  • HTML 6.8%
  • CSS 2.8%
  • Procfile 0.1%