Coder Social home page Coder Social logo

onedrive-e's Introduction

onedrive-e

Overview

onedrive-e is a Microsoft OneDrive client on Linux platforms. It allows a Linux user to sync with one or more OneDrive Personal account by synchronizing each remote OneDrive repository with a designated local directory.

__Note that OneDrive for Business is not supported. __

This project is forked from onedrive-d that dropped by origin author.

latest version

Pre-requisites

onedrive-e is written in Python 3 and does NOT run under Python 2.x. The package is tested for the following Python versions: 3.2, 3.3, 3.4, 3.5-dev.

To check if you have the correct Python interpreter, run

$ python3 --version

A low-level package required is inotify-tools (for most Linux distributes).

It is suggested that you install the latest version of pip3 and setuptools:

# Download the latest pip package from source
$ wget -O- https://bootstrap.pypa.io/get-pip.py | sudo python3

# Use pip3 to upgrade setuptools
$ sudo pip3 install --upgrade setuptools

It is very important that your system hardware clock is set to UTC. Refer to man tzconfig for more details.

Install

After properly setting up pre-requisites, run the following command to install the package:

# use sudo to install the package system-wide
$ python3 setup.py build
$ sudo python3 setup.py install

Use ignore list

Refer to this document.

Uninstall

You will need pip3 to properly uninstall the package. Refer to Pre-requisites section for how to get the latest pip3.

$ sudo pip3 uninstall onedrivee

Support

Please beware that the program comes with absolutely NO WARRANTY, and resources for tech support are extremely limited.

To report a bug or ask a question, create an issue on the repository. Code Contribution is also wellcome.

Roadmap

  1. simpily the code.

  2. try to supprot differetn cloud paltfors

  3. GUI

onedrive-e's People

Contributors

kenterfie avatar remyj38 avatar tobecontinued avatar xybu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

onedrive-e's Issues

Stable?

Just curious if you guys have encountered any glaring/critical issues so far or is it mostly functional already?

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.