This application can scrape and download protected docx, pdf files in box.com and save it as an editable PDF file.
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
$ cd box.com-downloader
$ python main.py https://app.box.com/s/hs5de51wub2htrcl0hxn1wir4zpmf3wj
Want to contribute? Great! Make a change in your file and instantanously see your updates!
- Write MORE Tests
- Checkout the source code to know more
GNU General Public License v3.0