aboutsummaryrefslogtreecommitdiff
path: root/content/projects/_index.md
blob: 3229dd98d9f078df784e5d73fc4099809794c98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
+++
title = "Projects"
author = ["gabrielgio"]
layout = "single"
draft = false
+++


Just a list of some projects I finished.

-   [Reddit to Nextcloud
    importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)

    A small project that monitors user\'s saved posts on reddit, downloads its
    media and uploads to a nextcloud instance. 
    
    It combines 3 projects: [praw](https://github.com/praw-dev/praw) to read and
    motitor user's saved feed, [gallery-dl](https://github.com/mikf/gallery-dl)
    to download media from several sources, and
    [nextcloud-api-wrapper](https://github.com/luffah/nextcloud-API) to manage
    folder and upload files to nexcloud instance.

-   [Filter for Nerdcast
    (pt-BR)](https://gabrielgio.gitlab.io/jn_filter/)
    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/jn_filter)

    Just a small podcast filter to remove and/or split a feed from
    [Nerdcast](https://www.jovemnerd.com.br/nerdcast/) into different segments.
    The current feed its quite clustered with many programs/segments and this
    project just helps to clean up so only the segment you want shows up on you
    podcast client.

-   [Password generator](https://genpass.gabrielgio.me/)
    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/genpass)
    
    That is just me having fun with clojure script.