Skip to content

Instantly share code, notes, and snippets.

View DFanso's full-sized avatar
🎯
Focusing

Leo Felcianas DFanso

🎯
Focusing
View GitHub Profile
@DFanso
DFanso / index.ts
Created February 8, 2025 18:04
Facebook album downloader
import { NextApiRequest, NextApiResponse } from 'next';
import axios from 'axios';
import fs from 'fs';
import JSZip from 'jszip';
import path from 'path';
import puppeteer from 'puppeteer';
import rimraf from 'rimraf';
export const config = {
api: {
SQLite format 3   @ s™     s™ .v‰
 ¸ u#
{ê 2
8 »
 v¸
Q
@DFanso
DFanso / qbitTorrent_install.sh
Last active June 21, 2024 09:34
qbitorrent Web ui install script
#!/bin/bash
# Update and upgrade the system
echo "Updating and upgrading the system..."
sudo apt-get update -y && sudo apt-get upgrade -y
# Install necessary dependencies
echo "Installing dependencies..."
sudo apt-get install -y software-properties-common