/box.com-downloader

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Box.com PDF Downloader

This application can scrape and download protected docx, pdf files in box.com and save it as an editable PDF file.

Installation

This app requires Python 3 to run.

Clone the repository and install the dependencies.

$ git clone https://github.com/lfasmpao/box.com-downloader
$ cd box.com-downloader
$ pip install -r requirements.txt
$ python main.py -h

Note: This requires chrome selenium driver in order to work, you can download and install it from here

Example Usage

$ cd box.com-downloader
$ python main.py https://app.box.com/s/hs5de51wub2htrcl0hxn1wir4zpmf3wj

Development

Want to contribute? Great! Make a change in your file and instantanously see your updates!

Todos

  • Write MORE Tests
  • Checkout the source code to know more

License

GNU General Public License v3.0