成天扯

Yes. I checked the actual registration page. It currently asks for a pen name (笔名), password, and email, and says the email must be activated before the account can be used. It also says the pen name can contain Chinese/English letters, numbers, _ or -, with 2–12 characters; the password must be at least 6 characters and contain a letter and a number. 

For legitimate bulk registration, I can help you build a Playwright/Python tool that creates accounts from a CSV, but I would structure it so that:

  • Each account has its own legitimate email address.
  • The script fills the registration form automatically.
  • It checks whether the pen name is available.
  • It does not bypass CAPTCHA, email activation, rate limits, or other anti-abuse controls.
  • After submitting, it records the account as pending_email_activation and moves to the next one.
  • You can manually complete any verification step.

A CSV could look like:

pen_name,email,password
myname01@example.com,myname01@example.com,Example123
myname02@example.com,myname02@example.com,Example456
myname03@example.com,myname03@example.com,Example789

I can write the complete Python + Playwright program, including CSV input, randomized delays, availability checking, error handling, logging, and a --limit option for the number of accounts to process.

所有跟帖: 

你这啥也不是啊,只是一个注册批处理啊(把手动变成批处理而已),光IP相同就被网站拒掉。我以为你说的是绕过网站验证那些那, -未完的歌- 给 未完的歌 发送悄悄话 未完的歌 的博客首页 (0 bytes) () 09/01/2026 postreply 16:59:22

老胡暗示的你没明白。。 -无发有天- 给 无发有天 发送悄悄话 (173 bytes) () 09/01/2026 postreply 17:04:20

哪有啥用啊,IP有了,邮箱有了,我要这批处理有啥用啊。如果做到绕开这些入力信息,生成一个新ID,那才叫牛, -未完的歌- 给 未完的歌 发送悄悄话 未完的歌 的博客首页 (0 bytes) () 09/01/2026 postreply 17:05:42

这还要问,1千个,你手工一个一个注吗? -无发有天- 给 无发有天 发送悄悄话 (0 bytes) () 09/01/2026 postreply 17:07:20

搞1千个邮箱和切换一千个IP,那工作量,比批处理这个大的不知多少倍,这不是扯吗, -未完的歌- 给 未完的歌 发送悄悄话 未完的歌 的博客首页 (0 bytes) () 09/01/2026 postreply 17:10:42

所以说你不明白老胡的意思。。。LOL -无发有天- 给 无发有天 发送悄悄话 (42 bytes) () 09/01/2026 postreply 17:12:54

那个批处理不需要IT高手。我以为是能绕开邮箱/IP这些检查就能注册的功能,如果能做成,就很牛,可惜,不可能。 -未完的歌- 给 未完的歌 发送悄悄话 未完的歌 的博客首页 (0 bytes) () 09/01/2026 postreply 17:17:34

瞎猜一下,真正高手的想法应该是,没有账号也能上贴,想用啥笔名就用啥笔名,根本不会去想啥批处理或注册账号。。 -无发有天- 给 无发有天 发送悄悄话 (0 bytes) () 09/01/2026 postreply 17:21:26

我做那个AI聊天时候,其实我还真想过是否能做到这种方式,发帖的时候变名字,事实是不可能 -未完的歌- 给 未完的歌 发送悄悄话 未完的歌 的博客首页 (0 bytes) () 09/01/2026 postreply 17:24:14

记得能做到冒充别人点赞 -未完的歌- 给 未完的歌 发送悄悄话 未完的歌 的博客首页 (0 bytes) () 09/01/2026 postreply 17:27:12

是的;我不是高手 -胡雪盐8- 给 胡雪盐8 发送悄悄话 胡雪盐8 的博客首页 (0 bytes) () 09/01/2026 postreply 17:24:41

是高人。 -无发有天- 给 无发有天 发送悄悄话 (0 bytes) () 09/01/2026 postreply 17:47:55

请您先登陆,再发跟帖!