Installation

Using setup.py

This option is recommended for devellopement and people wanting to use the bleeding edge before the releases. Syability is not guaranteed.

  1. install the python program:
git clone https://github.com/Ara0n/pyscandl.git
cd pyscandl
python3 setup.py install
  1. install nodejs
    • windows installer can be found here: https://nodejs.org/en/download
    • for linux use your distributions package manager
    • for mac either do like windows or use homebrew
brew install node

Requirements

The current python requirements are:

requests~=2.24.0
img2pdf~=0.3.6
Pillow~=7.2.0
pexpect~=4.8.0
cfscrape~=2.1.1
beautifulsoup4~=4.9.1

Nodejs is also needed.