Coder Social home page Coder Social logo

arlobackup's Introduction

Arlo Video Backup Script

What it does

This script is a helper script to download Arlo videos. There are still some problems, but I think it is acceptable to use. Installing Selenium and Chromedriver might pull some of your hair off.

Problems

  • Splinter is using forground Web browser access: Which means, it might not work if you are manipulating your machine when this script is running.
  • No strict login checking: Login might not work, but you wouldn't know.
  • No checking for completing downloads: It just waits for 5 seconds and hope it has done in time.

If you have good idea to improve these things, please contact me. I would greatly appreciate.

Requirement

How to use

Prepare a cloud storage service. I used Google Photos here.

python arloBackup.py {userId} {password} -d {download folder} -u {upload folder}

# Sample
python arloBackup.py [email protected] yourpassword -d ~Downloads -u "~/Google Photos"

This basically says "Hey script. Download all yesterday's Videos with my credential. You can find them in 'Downloads' folder. Move them to '/Google Photos' folder."

Comments

I couldn't find an easy way for doing this BACKGROUND yet. If I could, I would be happy. I tried to pass their authentication system with urllib2. Apparently there are some tricks for their authentication system, I keep getting BAD REQUEST errors. I felt like that I'm wasting time, so I would go for easier solution.

Thank you.

arlobackup's People

Contributors

magoja avatar

Stargazers

 avatar  avatar  avatar

Watchers

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