- Create virtualenv:
virtualenv venv --python=python3
- Activate your virtualenv:
source ./venv/bin/activate
- Use pip to install the dependencies:
pip install -r requirements.txt
- Copy the
config.py.template
toconfig.py
and fill in the missing values
Run the pocket_archiver.py with python3 and pipe the JSON formatted output where you want to store it. Make sure to use the virtualenv. E.g.:
./venv/bin/python pocket\_archiver.py > data.json