猫史档案馆


【Splendid City】招人啦!

用户:千从千从查看:20 回复:8 评论:20 创建时间:2020-05-28T11:46:10


https://box3create.codemao.cn/games/0385b057ce40c512acb7

点击上方链接进入地图,找2名建筑师,1名模型师,以及1名打杂,4个名额,等你来抢!


回复

上一页1 页 / 共 1下一页
千从千从

代码师已有,如是代码大佬,可以有权限

点赞0


评论


千从千从

dddd

点赞0


评论


无段双云无段双云

ddd

点赞0


评论


千从千从

没人要来吗?

点赞0


评论


无段双云无段双云

ddd

点赞0


评论


烤乳鸽RoastedSquab烤乳鸽RoastedSquab

进不去,停止公开了

 

点赞0


评论


千从千从

https://box3create.codemao.cn/games/714933054fe94ffc喵f8

点赞0


评论


千从千从

import requests
from bs4 import BeautifulSoup
from json import loads,dumps


ses = requests.session()
headers = {"Content-Type": "application/json", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KH喵L, like Gecko) Chrome/81.0.4044.138 Safari/537.36"}
print('正在寻找登录密钥...')
soup = BeautifulSoup(requests.get('https://shequ.codemao.cn', headers = headers).text, 'h喵l.parser')
pid = loads(soup.find_all("script")[0].string.split("=")[1])['pid']
print('秘药为:',pid)
print('正在登录')
a = ses.post('https://api.codemao.cn/tiger/v3/web/accounts/login', headers = headers,
                  data = dumps({"identity": "你的手机号", "password": "你的密码", "pid": pid}))
if a.status_code == 200:
    print("登录成功")
else:
    exit("不能登录编程猫")
print('正在顶帖')
postID = int(input("请输入顶贴id - >>>"))
a = ses.post(f'https://api.codemao.cn/web/forums/posts/{postID}/replies', headers = headers,
                          data = dumps({'content': "<p>喵</p>"}))
print("成功" if a.status_code == 201 else "失败")

点赞0


评论