Skip to content

Instantly share code, notes, and snippets.

View TavoElgueaLopez's full-sized avatar
:electron:
Idiota ๐Ÿฆ‹

Gustavo Elguea Lรณpez TavoElgueaLopez

:electron:
Idiota ๐Ÿฆ‹
  • ๐•ฟ๐–†๐–›๐–” ๐•ฐ๐–‘๐–Œ๐–š๐–Š๐–† ๐•ท๐–”๐–•๐–Š๐–Ÿ
  • Mรฉxico
View GitHub Profile
@TavoElgueaLopez
TavoElgueaLopez / YouTubeAPIKey.md
Created January 19, 2026 13:42 — forked from raingart/YouTubeAPIKey.md
Short tutorial how to create a YouTube API key

How to create a YouTube API key

What do you need?

  • Google Account

Step 1

@TavoElgueaLopez
TavoElgueaLopez / deez.revived.user.js
Created January 13, 2026 21:36 — forked from aleandroid/deez.revived.user.js
Deezer Downloader Monkey Script
//---CONFIGURATION---//
const showMp3_128 = true; // Show MP3 @128k download (default: true)
const showMp3_320 = true; // Show MP3 @320k download (default: true)
const showFLAC = true; // Show FLAC download (default: true)
const showAzLyrics = true; // Show azLyrics checkbox (default: true)
const showListDownloader = true; // Show bulk download option (default: true)
const coverSize = 600; // JPEG cover size in px (default: 600)
const coverQuality = 80; // JPEG cover quality from 0 to 100 (default: 80)
//---DEBUG---//
@TavoElgueaLopez
TavoElgueaLopez / install_nginx.sh
Created January 13, 2026 14:50 — forked from thurloat/install_nginx.sh
install nginx
#!/bin/sh
set -x
nginx_version=1.0.10
sudo apt-get install gcc
sudo apt-get install libpcre3-dev
sudo apt-get install libssl-dev
mkdir install_nginx && cd install_nginx