Installation

From source

  1. check if you have python3.7 or above installed (modern installations normally have it installed by default now)
  2. check if you have the corresponding pip installed
  3. clone the repository
git clone https://github.com/Ara0n/pyscandl.git
  1. install the dependencies of pyscandl
cd pyscandl
python3 -m pip install -r requirements.txt

Note

the name of the python used might differ depending on your OS and or pythons installed, just be sure to use one with pip and that is python3.7 or higher

  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

The program is now ready to be used, don’t forget from time to time to check if new code and features were added and if yes do a git pull

From release

  1. check if you have python3.7 or above installed (modern installations normally have it installed by default now)
  2. check if you have the corresponding pip installed
  3. download the latest release here
  4. install the dependencies of pyscandl
cd pyscandl
python3 -m pip install -r requirements.txt

Note

the name of the python used might differ depending on your OS and or pythons installed, just be sure to use one with pip and that is python3.7 or higher

  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

The program is now ready to be used, don’t forget from time to time to check if a new release is out here and if yes download it.

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

Nodejs is also needed.