- Visit https://www.computer.org/csdl/home and login
- Run the below JavaScript in the console, and copy it's value into the respective configuration value in
config.yaml
.`; ${document.cookie}`.split('; CSDL_AUTH_COOKIE=').pop().split(';').shift()
- Visit https://spectrum.ieee.org/magazine/ and login
- Open
Chrome Developer Tools > Application Tab > Cookies
and copy thesessionid
cookie value into the respective configuration value inconfig.yaml
. - Run the download:
source venv/bin/activate && \ python3 -m ieee_csdl_downloader.download
./init.sh
source activate
pip-chill > requirements.txt
./lint.sh && pytest test/