One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "os" | |
| "strings" | |
| "unicode" | |
| ) |
| #!/usr/bin/env python3 | |
| # _*_ coding:utf-8 _*_ | |
| import ctypes | |
| import os | |
| from ctypes import windll, wintypes | |
| from typing import Optional | |
| NULL: int = 0 |
| // 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. |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "math" | |
| "os" | |
| "regexp" | |
| "strconv" |