1+++
2title = "Projects"
3author = ["gabrielgio"]
4layout = "single"
5draft = false
6+++
7
8
9Just a list of some projects I finished.
10
11- [Reddit to Nextcloud
12 importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
13 [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)
14
15 A small project that monitors user\'s saved posts on reddit, downloads its
16 media and uploads to a nextcloud instance.
17
18 It combines 3 projects: [praw](https://github.com/praw-dev/praw) to read and
19 motitor user's saved feed, [gallery-dl](https://github.com/mikf/gallery-dl)
20 to download media from several sources, and
21 [nextcloud-api-wrapper](https://github.com/luffah/nextcloud-API) to manage
22 folder and upload files to nexcloud instance.
23
24- [Filter for Nerdcast
25 (pt-BR)](https://gabrielgio.gitlab.io/jn_filter/)
26 [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/jn_filter)
27
28 Just a small podcast filter to remove and/or split a feed from
29 [Nerdcast](https://www.jovemnerd.com.br/nerdcast/) into different segments.
30 The current feed its quite clustered with many programs/segments and this
31 project just helps to clean up so only the segment you want shows up on you
32 podcast client.
33
34- [Password generator](https://genpass.gabrielgio.me/)
35 [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/genpass)
36
37 That is just me having fun with clojure script.