jangeador / box.com-downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Did you find this useful?

ko-fi

License

GNU General Public License v3.0

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%