~gabrielgio/reddit-nextcloud-importer

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
bd9588af — gabrielgio 2 years ago
fix: Fix python path

Makes pytest set proper sys.path.
08526429 — gabrielgio 2 years ago
Merge branch 'main' of gitlab.com:gabrielgio/reddit-nextcloud-importer
4bf7a7ee — gabrielgio 2 years ago
feat: Migrate to poetry

Migrates from virtual env to poetry. Also update python packages.
823ee8e3 — gabriel giovanini 3 years ago
fix: Update README.md
972b379a — gabriel giovanini 3 years ago
Add LICENSE
b8d69f9b — gabrielgio 3 years ago
feat: Move to gallery-dl

As it turns out there is already a project that does what I want but
better.
3d54b3d9 — gabrielgio 3 years ago
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.
c8bd6064 — gabrielgio 3 years ago
fix: Various fixes
bf0cde0b — gabrielgio 3 years ago
fix: Update COPY so it actually copies something
094ec54b — gabriel giovanini 3 years ago
fix: Move importer files to the write folder

Without this fix python won't find `importer` module.
Next