Skip to content

活动优惠

8.1k Topics 27.4k Posts

分享各种优惠活动、资源信息等等

  • EdgeOne 国内版 免费CDN套餐已上线可使用兑换码开通了!

    2
    0 Votes
    2 Posts
    437 Views
    L
    大佬有码吗 求个码
  • 【中国农业银行】月底前参与数币月月有礼

    1
    0 Votes
    1 Posts
    114 Views
    No one has replied
  • 工行e生活app,任务中心,毕业际抽奖

    1
    0 Votes
    1 Posts
    127 Views
    No one has replied
  • 交通新活动,刚中3元,微信内打开

    1
    0 Votes
    1 Posts
    90 Views
    No one has replied
  • 0 Votes
    1 Posts
    531 Views
    No one has replied
  • 移动新活动,亲测中3GB流量日包

    1
    0 Votes
    1 Posts
    203 Views
    No one has replied
  • 交行3个小毛

    1
    0 Votes
    1 Posts
    138 Views
    No one has replied
  • 交电费满减活动

    1
    0 Votes
    1 Posts
    173 Views
    No one has replied
  • 浦发银行储蓄卡月月享实惠立减金

    1
    0 Votes
    1 Posts
    116 Views
    No one has replied
  • 北京广电免费领取5GB流量和60分钟通话

    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • 大量网易云黑胶的领取链接

    2
    0 Votes
    2 Posts
    422 Views
    黄大师
    自动脚本~ import requests import time # Base62 字符表(顺序非常关键) base62_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" BASE = 62 prefix = 'F' #修改第一位短链,目前为 F output_file = 'vip_links.txt' # vip-invite-cashier 链接保存位置 gift_file = 'gift_links.txt' # gift-receive 链接保存位置 def base62_to_int(s): num = 0 for c in s: num = num * BASE + base62_chars.index(c) return num def int_to_base62(n, length=5): s = '' while n > 0: s = base62_chars[n % BASE] + s n //= BASE return s.rjust(length, '0') def check_short_link(code): url = f"http://163cn.tv/{code}" try: resp = requests.head(url, allow_redirects=False, timeout=5) if resp.status_code in [301, 302] and 'Location' in resp.headers: location = resp.headers['Location'] if 'vip-invite-cashier' in location: print(f"[✅ vip链接] {url} → {location}") with open(output_file, 'a', encoding='utf-8') as f: f.write(url + '\n') return True elif 'gift-receive' in location: print(f"[🎁 礼物链接] {url} → {location}") with open(gift_file, 'a', encoding='utf-8') as f: f.write(url + '\n') return True else: print(f"[⚠️ 跳转但不符] {url} → {location}") else: print(f"[❌ 无效] {url} → 状态码: {resp.status_code}") except Exception as e: print(f"[⚠️ 错误] {url} → {e}") return False if __name__ == "__main__": start_suffix = "Bm5xqZ" # 这里写后6位短链 start_id = base62_to_int(start_suffix) max_id = start_id + 900000000 #根据自己的需要,设置最大遍历范围 sleep_every = 50 i = start_id checked = 0 while i < max_id: found = False for j in range(4): current_id = i + j suffix = int_to_base62(current_id) code = prefix + suffix print(f"{current_id:>10} / {max_id:<10} - 正在检查: {code}", end='\r') result = check_short_link(code) checked += 1 if result: found = True if checked % sleep_every == 0: time.sleep(2) i += 344 # 跳过 86 * 4 个编码 来源:https://linux.do/t/topic/751630
  • 华为云抽奖活动,中奖率很高,但是......

    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • 月底了快来领取中国移动流量

    1
    0 Votes
    1 Posts
    191 Views
    No one has replied
  • 交行支付券,领云网1-8.8券

    1
    0 Votes
    1 Posts
    112 Views
    No one has replied
  • 微信立减金1元,微信内打开,速度冲

    2
    0 Votes
    2 Posts
    415 Views
    jsonjikeJ
    已经没了
  • 农行省钱卡,速度

    2
    0 Votes
    2 Posts
    342 Views
    H
    四元才能购买
  • 工行北分1.28元支付宝红包,速领

    1
    0 Votes
    1 Posts
    145 Views
    No one has replied
  • 农行APP概率可中1~66元微信立减金

    1
    0 Votes
    1 Posts
    160 Views
    No one has replied
  • 中行深圳特邀1换最高288立减金

    1
    0 Votes
    1 Posts
    98 Views
    No one has replied
  • 中石油APP优惠

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied