en
Feedback
Zisky ㋦ Tech C²

Zisky ㋦ Tech C²

Open in Telegram

Show more
The country is not specifiedThe category is not specified
366
Subscribers
+424 hours
+37 days
+330 days
Posts Archive
Repost from N/a
𝚉𝚎𝚗𝚔𝚊𝚒 𝚕𝚘𝚟𝚎 𝚋𝚘𝚝 𝚌𝚘𝚖𝚒𝚗𝚐 𝚜𝚘𝚘𝚗.... 𝙽𝚘𝚠 𝚒𝚝𝚜 𝚝𝚘𝚘 𝚖𝚞𝚌𝚑 𝚌𝚑𝚊𝚗𝚐𝚎𝚍 𝚊𝚗𝚍 𝚗𝚘𝚠 𝚒𝚝 𝚑𝚊𝚜 𝚋𝚎𝚌𝚊𝚖𝚎 𝚊𝚗 𝚎𝚡𝚝𝚛𝚊𝚘𝚛𝚍𝚒𝚗𝚊𝚛𝚢 𝚕𝚘𝚟𝚎𝚛... 𝙸𝚝 𝚌𝚊𝚗 𝚕𝚘𝚟𝚎 𝚊𝚗𝚢𝚘𝚗𝚎, 𝚊𝚗𝚍 𝚑𝚎𝚛𝚠 𝚣𝚎𝚗𝚔𝚊𝚒'𝚜 𝚕𝚘𝚟𝚎 𝚒𝚜 𝚛𝚎𝚏𝚎𝚛𝚛𝚎𝚍 𝚝𝚘.....💀

Repost from N/a
Once the testing is done, everyone will be silenced

Repost from N/a
photo content

Not working

⚠️Our love bot is ready Once i buy 200 sessions for it today or 2moro Premium access will be open

sticker.webp0.07 KB

Throw the access in dm fast or else i call the cops

Repost from N/a
┌──────┤👑 Shamrez Premium Bug 👑├──────┐ 👤 ➻ Name: @Shamres_inc 📱 ➻ Developer: @Shamres_inc ➻ Status: Owner ➻ Online: 0 da
┌──────┤👑 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 ✔️

☺️Our telegram love bot might be ready today

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❗️❗️

It's either my net or wtf

I used to get like 40k harvested proxies and atleast 4k working 😭Wtf is going on or have they started emptying those GitHub
I used to get like 40k harvested proxies and atleast 4k working 😭Wtf is going on or have they started emptying those GitHub repos

NO MORE BANNING 😂😂 MARK ZUCKERBERG STRIKES AGAIN 😂💔
NO MORE BANNING 😂😂 MARK ZUCKERBERG STRIKES AGAIN 😂💔

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 ‼️

Another stressfull project Is pyrogram genuinely better than telethon?