Giter Site home page Giter Site logo

holeio's Introduction

Hole.io

Stories in Ready

Hole.io is a "blackhole" downloader for Put.io which does the following:

  • Watches a "blackhole" directory for added torrent files
  • Uploads the torrents to Put.io
  • Watches the transfers for completion
  • Downloads the completed files

Since I'm not dumb enough to intentionally check in my OAuth client secret for Put.io, you'll need to register an application to connect to Put.io. See https://put.io/v2/docs/gettingstarted.html#sign-up and https://put.io/v2/oauth2/register.

You will be able to enter these into the configuration page to get connected.

Category support

If you have subdirectories (one level deep) in the blackhole directory, they will be treated as "categories" and both Put.io transfers and the eventually downloaded files will be in subdirectories.

Getting started (not very polished)

Clone this repo somewhere and set up a virtual environment:

git clone https://github.com/anonfunc/holeio.git
cd holeio
./install.sh

Start the server:

./start.sh

Open 127.0.0.1:8080 (or whatever the IP address is of the host you are running on).

Click 'config' in the top, and fill in values:

After all that, you can add .torrent or .magnet files to Hole.io's blackhole directory.

Put.io callback

You can also set the polling interval really high, and set a callback URL instead. You'll need to make Hole.io somehow accessible to the internet, but after you have, that "Check for Finished Downloads" link can be pased into https://app.put.io/settings as the "Callback URL", causing Hole.io to check for finished downloads every time a download finishes.

holeio's People

Contributors

anonfunc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

holeio's Issues

How do we run this?

Your example Fab script mentioned start.sh but that is not included in this project, and neither is holeio.app.

I am not a web developer, so not used to these web app frameworks.

Post-processing scripts?

Should pass:
category and full path to downloaded file
delete after transfer

Should return:
delete after transfer?

Shell and python support

Simplify installation

Build packages with vendorized third party libraries, and a single python file which wraps the bottle invocation.

Also, document. Upstart and systemd files, see syncthing's docs for decent examples.

Real logging

Console logging, logging page and possible events on the history page.

Problem uploading torrent'

Problem uploading torrent from blackhole/Suits.S07E16.FASTSUB.VOSTFR.1080p.WEB-DL.x264.AC3-ARKMR.torrent

Manual magnets do work tho.

holeio.cfg not generated

When I follow the install instructions as a regular user, holeio.cfg is not generated. When I visit the local server address it does a basic auth which I have no creds for so I started poking around the code and and started building a config file in the format that I believe python wants to read. It is nowhere near complete and I cannot acccess the config page in the webui because I can't figure out the values for root and host, the values below cause everything to 404. Please provide an example config file, or point me in the right direction on what the values should be. I really want to use your app as it would solve a lot of problems for me.

[web]
user = admin
password = admin
host = 127.0.0.1
root = /home/cron410/projects/holeio/holeio

[directories]
download = /mnt/videos/unsorted/filebot
incomplete = /mnt/videos/unsorted/put.io/temp
blackhole = /mnt/videos/unsorted/put.io/auto

[oauth]
token =
client_id =
client_secret =

[intervals]
polling =
inactive =

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.