Code Monkey home page Code Monkey logo

node-putio-organiser's Introduction

Put.io organiser

This will parse the file names in the root of your put.io account. If it finds what I think might be films or tv series, it will move them to nicely organised directories.

At the moment the parsing is pretty naive, and expects your files to be using typical 'release' naming.

You will need node & yarn installed globally

  1. Request an OAuth token from put.io @ https://app.put.io/settings/account/oauth/apps
  2. Add the token to env.sample and rename the file to .env
  3. yarn
  4. Run yarn start to execute.

Serverless

Instead of running this manually, it makes sense to create a Lambda function or similar to run it automatically (that's what I would do). Put.io allows you to set a callback URL that is POSTed to whenever a file has finished downloading (https://app.put.io/settings/preferences). Set this up as a Lambda function, create an API Gateway and set put.io to POST to it. The function will only ever run when a file completes downloading, so Amazon will charge you something like 1 cent/month for this.

There's already some basic config here to set this up. You'll need to install the Serverless cli (https://serverless.com/) and follow the instructions at https://serverless.com/framework/docs/providers/aws/guide/quick-start/.

node-putio-organiser's People

Contributors

jayphen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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