Collection (since 2018) of preprints from Arxiv.org which I considered necessary to preserve.
It contains:
- Infrastructure for hosting Miniflux (RSS feed from
arxiv.org) + Shiori (to savearxiv.orglinks as bookmarks) in Docker Compose:server.yml - Python
tools.pyfor articles download/upload from/to Shiori and also downloading pdf fromarxiv.org - Collection in simple json file
arxiv_db.json, along with simple python script, which helps me form this database.
- Docker Compose
- Fill each
.envfile inconfigfolder
<mamba/conda> env create --name <name> --file conda-env.yml
<mamba/conda> activate <name>tools.py self-documented just run:
python tools.py --help