吕振涛 (@kilig_998) 在 美团大模型注册机 中发帖
美团大模型注册机
没什么用感觉,随手写的。可以用于openclaw 把。
使用地址:
然后模型有这些
[image]
代码:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
LongCat API Key 自动获取脚本 (Python + Selenium)
基于 DuckMail 邮箱 + Keeta 登录流程 + 验证码提取
"""
import os
import re
import time
import json
import html
import random
import urllib.request
import urllib.error
import subprocess
from datetime import datetime
from selenium import webdriver
fro...