This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import os | |
import sys | |
import urllib.request | |
import random | |
# ========== AYARLAR ========== | |
current_version = "1.0.1" # Mevcut sürüm, yeni sürümde artır | |
gist_id = "3f96f83b995b625459972c12469e372e" # Senin Gist ID'n | |
latest_url = f"https://gist.githubusercontent.com/Scriptionz/{gist_id}/raw/latest.txt" # En güncel sürüm numarası için (dosya adını kendi isimlendirdiğine göre değiştir) |