holographicSol / pdfDrive

Downloader + Module
5 stars 0 forks source link

how to use in termux? #1

Closed johnredfield2099 closed 1 year ago

johnredfield2099 commented 1 year ago

can you tell me how to use this in termux , I want download bulk ebook from pdfdrive. thanks .

holographicSol commented 1 year ago

Fantastic question and I love Termux. Currently pdfDrive is untested on Termux but I will look into it today and get right back to you. Sometimes only minor tweaks if any are necessary to get things operational on a different platform. Also, if you have already resolved this issue please let me know, thanks!

holographicSol commented 1 year ago

Okay I have updated pdfDrive.py to work in Termux. I recommend turning the droid on its side for a better viewing experience.

In Termux application:

  1. git clone https://github.com/holographicSol/pdfDrive
  2. cd ./pdfDrive
  3. ./requirements.sh
  4. python ./pdfDrive.py -h

Hope this helps!

johnredfield2099 commented 1 year ago

thanks you very much , it works.

holographicSol commented 1 year ago

Excellent, your absolutely welcome. Any issues and feel free to let me know

holographicSol commented 1 year ago

I will close this thread now if I may as the issue appears to be resolved. Also, I keep the requirements.sh and .bat pretty up to date to install dependencies automatically, to do this you can run requirements.sh from the command line in termux. Hope this helps