feat: Move archive folder
ref: update readme to update docker info
fix: Fix the whole package setup
ref: Update package information
feat: Remove importer
I don't want to deal with pain of python modules *now*
feat: Fix importer package
feat: Add entry point to the package
feat: Moving away from docker to alpine package
Add build and publish of the package tar.
ref: move project to the write folder
Also update the dependencies
fix: Fix python path
Makes pytest set proper sys.path.
Merge branch 'main' of gitlab.com:gabrielgio/reddit-nextcloud-importer
feat: Migrate to poetry
Migrates from virtual env to poetry. Also update python packages.
feat: Move to gallery-dl
As it turns out there is already a project that does what I want but
better.
feat: Add two more options
* from beginning: it will download all available saved posts.
* log level: it will set a log level to logging lib.
fix: Update COPY so it actually copies something
fix: Move importer files to the write folder
Without this fix python won't find `importer` module.