Zisky ㋦ Tech C²
Відкрити в Telegram
Показати більше
Країна не вказанаКатегорія не вказана
370
Підписники
+824 години
+117 днів
+1130 день
Архів дописів
Repost from N/a
𝚉𝚎𝚗𝚔𝚊𝚒 𝚕𝚘𝚟𝚎 𝚋𝚘𝚝 𝚌𝚘𝚖𝚒𝚗𝚐 𝚜𝚘𝚘𝚗.... 𝙽𝚘𝚠 𝚒𝚝𝚜 𝚝𝚘𝚘 𝚖𝚞𝚌𝚑 𝚌𝚑𝚊𝚗𝚐𝚎𝚍 𝚊𝚗𝚍 𝚗𝚘𝚠 𝚒𝚝 𝚑𝚊𝚜 𝚋𝚎𝚌𝚊𝚖𝚎 𝚊𝚗 𝚎𝚡𝚝𝚛𝚊𝚘𝚛𝚍𝚒𝚗𝚊𝚛𝚢 𝚕𝚘𝚟𝚎𝚛... 𝙸𝚝 𝚌𝚊𝚗 𝚕𝚘𝚟𝚎 𝚊𝚗𝚢𝚘𝚗𝚎, 𝚊𝚗𝚍 𝚑𝚎𝚛𝚠 𝚣𝚎𝚗𝚔𝚊𝚒'𝚜 𝚕𝚘𝚟𝚎 𝚒𝚜 𝚛𝚎𝚏𝚎𝚛𝚛𝚎𝚍 𝚝𝚘.....💀
⚠️Our love bot is ready
Once i buy 200 sessions for it today or 2moro
Premium access will be open
Repost from N/a
┌──────┤👑 Shamrez Premium Bug 👑├──────┐
👤 ➻ Name: @Shamres_inc
📱 ➻ Developer: @Shamres_inc
➻ Status: Owner
➻ Online: 0 days 0 hours 0 minutes
└──────────────────────┘
╭──────「 Android Bug ☹️ 」──────╮
│➻ /ShamrezCrash num time
│➻ /delayfuck num time
╭──────「 Ios bug 📱 」──────╮
│➻ /crashios number time
│➻ /crashios number time
╭──────「 Group bug 👨👨👧👧 」──────╮
│➻ /killgc groupid time
│➻ /StickerGC
│➻ /listgc link
└──────────────────────┘
Bot link: @Shamrez_xbug_Bot ✔️
New challenge for today
Today I'll be going to random people and asking to be admin in their channels
When done I'll tell U guys how many channels I was able to get badged in
Note : this is a choice and am not going to admin anyone back in my channel❗️❗️
I used to get like 40k harvested proxies and atleast 4k working
😭Wtf is going on or have they started emptying those GitHub repos
Repost from Zisky Tech
☄️ How to install chromium on your server (for those who do web scraping)
import urllib.request
import zipfile
import tempfile
import shutil
def install_chromium():
if os.geteuid() != 0:
print("Error: This script must be run as root. Please run using 'sudo'.")
return
last_change_url = "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2FLAST_CHANGE?alt=media"
try:
with urllib.request.urlopen(last_change_url) as response:
revision = response.read().decode('utf-8').strip()
print(f"Latest revision found: {revision}")
except Exception as e:
print(f"Failed to fetch revision: {e}")
return
download_url = f"https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F{revision}%2Fchrome-linux.zip?alt=media"
install_dir = "/opt/chromium"
symlink_path = "/usr/bin/chromium"
with tempfile.TemporaryDirectory() as temp_dir:
archive_path = os.path.join(temp_dir, "chrome-linux.zip")
print("Downloading the latest Chromium build...")
try:
urllib.request.urlretrieve(download_url, archive_path)
except Exception as e:
print(f"Failed to download Chromium: {e}")
return
print("Extracting archive...")
try:
with zipfile.ZipFile(archive_path, 'r') as zip_ref:
zip_ref.extractall(temp_dir)
except Exception as e:
print(f"Failed to extract archive: {e}")
return
extracted_folder = os.path.join(temp_dir, "chrome-linux")
if os.path.exists(install_dir):
print(f"Removing existing Chromium installation at {install_dir}...")
shutil.rmtree(install_dir)
print(f"Moving Chromium to {install_dir}...")
shutil.move(extracted_folder, install_dir)
if os.path.lexists(symlink_path):
print(f"Removing old symlink at {symlink_path}...")
os.remove(symlink_path)
print(f"Creating symlink at {symlink_path}...")
os.symlink(os.path.join(install_dir, "chrome"), symlink_path)
print(" Zisky just helped you install Chromium You can now run 'chromium' from your terminal.")
if name == "main":
install_chromium()
Educational purposes ‼️
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
