Code Monkey home page Code Monkey logo

torrentio-scraper-sh's Introduction

Torrentio

  • torrentio-addon - the Stremio addon which will query scraped entries and return Stremio stream results.

Accessible at 127.0.0.1:7000 after setting up, provides a user interface for managing and viewing streams.

Getting Started with Docker Compose

This works better in Linux, however Windows is also supported!

Prerequisites

  • Docker and Docker Compose should be installed on your system.

To get started, clone the repository with:

git clone https://github.com/Pukabyte/torrentio-scraper-sh.git 'torrentio-sh'
cd torrentio-sh

Then simply do:

docker compose -f docker-compose-local.yml up -d && docker compose logs -f

This will build and install everything and then bring you into the logs for all the apps. You can exit by pressing Ctrl-C on Windows, or Cmd-C on Mac.

Getting Started with Makefile

Running the Application

This guide uses make to make things smoother and to manage the Docker Compose tasks.

To get everything up and running, simply use:

make run

This command will set up the necessary Docker network, start all the services, and show you the logs of the running containers. If you are running this setup for the first time, it will build the necessary Docker images.

Accessing the Application

After starting the services with make run, open your browser and navigate to 127.0.0.1:7000 to access the application.

Additional Make Commands

  • make build - Build or rebuild services.
  • make up - Create and start containers.
  • make down - Stop and remove containers, networks.
  • make restart - Restart all services.
  • make logs - View output from containers.
  • make ps - List containers.
  • make run - Start the local Docker Compose setup and show logs.

These commands are specific to ARM Docker Compose,

  • make arm-run - Start the ARM Docker Compose setup and show logs.
  • make arm-logs - Show logs for the ARM Docker Compose setup.
  • make arm-restart - Restart all services for ARM Docker Compose

These commands are specific to Saltbox

  • make saltbox-run - Start the Saltbox Docker Compose setup and show logs. (Uses Traefik)
  • make saltbox-logs - Show logs for the Saltbox Docker Compose setup. (Uses Traefik)
  • make saltbox-restart - Restart all services for Saltbox Docker Compose

For a full list of available commands, you can type:

make help

If you want to know exactly what the makefile commands are doing, you can simply do:

cat Makefile

Final Words

Enjoy!

torrentio-scraper-sh's People

Contributors

thebeastlt avatar dependabot[bot] avatar pukabyte avatar gabisonfire avatar dreulavelle avatar mrcanelas avatar mplewis avatar itsnebulalol avatar edde746 avatar

Stargazers

 avatar Dan Secrist avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

David Young avatar Dan Secrist avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.