All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists matching topic pixelfed

Recently created
Least recently created
Recently updated
Least recently updated

melanie / Pixelfed Export Downloader to Markdown

0 likes
0 forks
2 files
Last active 1741105149
Takes the outbox.json Pixelfed export data and downloads the files and creates markdown files. Great for use with something like 11ty or Astro.
pixelfed
1 import { stringify } from "yaml";
2 import fs from "node:fs";
3 import https from "node:https";
4 import sanitize from "sanitize-html";
5
6 function omit(obj, props) {
7 obj = { ...obj };
8 props.forEach((prop) => delete obj[prop]);
9 return obj;
10 }
Newer Older

Powered by Opengist ⋅ Load: 25ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ melkat.dev