Skip to content

Instantly share code, notes, and snippets.

View luminixx's full-sized avatar

David O luminixx

View GitHub Profile

Keybase proof

I hereby claim:

  • I am luminixx on github.
  • I am klezzah (https://keybase.io/klezzah) on keybase.
  • I have a public key ASATbC8yAvJF7uvTcMQ4GMjAod-plFRImMw6GDPVZiCVOgo

To claim this, I am signing this object:

@luminixx
luminixx / stickers-downloader.js
Created March 30, 2019 21:12 — forked from lubien/stickers-downloader.js
Download all visible telegram stickers images
// How to download telegram sticker images
/*
1. Go to Telegram Web;
2. Open console (F12);
3. Paste the code below in the console and press Enter;
4. Open your stickers menu and make sure you see the sticker pack you want to download (so Telegram will load it).
5. At the console paste and run "downloadStickers()" any time you want to download a pack.
6. [Convert .webm to another format](http://www.freewaregenius.com/convert-webp-image-format-jpg-png-format/);
7. Happy hacking.