绿软下载站:请安心下载,绿色无病毒!

最近更新热门排行
您现在的位置:首页网络软件浏览辅助→蘑菇钉.py
蘑菇钉.py用python实现
0
0

蘑菇钉.py用python实现

扫描下载到手机
请输入预约的手机号码
3182人已预约此游戏
确定取消
  • 软件介绍
  • 软件截图
  • 相关下载

Tags:蘑菇钉签到定位更改,钉钉,蘑菇丁自动签到

蘑菇钉.py是一款蘑菇钉签到定位更改工具,蘑菇钉签到,如果自己有服务器的话就把程序保存正在服务器上在设一个计划任务就能每天自动签到了,另外有封装好的exe程序64位系统可以直接跑起来。

代码说明

import requests

import json

from tkinter import *

from requests.packages.urllib3.exceptions import InsecureRequestWarning

requests.packages.urllib3.disable_warnings(InsecureRequestWarning)#去掉ssl烦人的警告

def log():

    phone=input("账号:")

    password=input("密码:")

    headers = {

        "Accept-Language": "zh-CN,zh;q=0.8",

        "User-Agent": "Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MI 6 Build/OPR1.170623.027) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30",

        "Authorization": "",

        "roleKey": "",

        "Content-Type": "application/json; charset=UTF-8",

        "Content-Length": "85",

        "Host": "api.moguding.net:9000",

        "Connection": "close",

        "Accept-Encoding": "gzip, deflate",

        "Cache-Control": "no-cache",

        }

    url="https://api.moguding.net:9000/session/user/v1/login"

    pyload={"password":password,"phone":phone,"loginType":"android","uuid":""}

    response = requests.post(url,data=json.dumps(pyload),headers=headers,verify=False).text

    response = json.loads(response)

    Authorization = response["data"]["token"]

    return Authorization  #这个就相当你开门的钥匙

def sin(Authorization):

    country=input("你想在的国家:")

    address=input("你想在的地址:")

    province=input("你想在的地址:")

    city=input("你想在的城市:")

    description=input("发表的内容:")

    url2="https://api.moguding.net:9000/attendence/clock/v1/save"

    headers2 = {

        "Accept-Language": "zh-CN,zh;q=0.8",

        "User-Agent": "Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MI 6 Build/OPR1.170623.027) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30",

        "Authorization":Authorization,  #发送数据给蘑菇钉需要登陆时候给你的钥匙

        "roleKey": "student",

        "Content-Type": "application/json; charset=UTF-8",

        "Content-Length": "500",

        "Host": "api.moguding.net:9000",

        "Connection": "close",

        "Accept-Encoding": "gzip, deflate",

        "Cache-Control": "no-cache",

        }

    #下面改改就能达到你想在什么地方就在什么地方,经纬度蘑菇钉会根据地理位置识别

    data={"country":country,     #国家

             "address":address,  #地址

             "province":"伊拉克", #省

             "city":"伊拉克",     #城市

             "latitude":"24.341287" ,#纬度

             "description":"python测试",#发表的信息

             "planId":"d38941d155bbef5c8d381897b61e280c",

             "type":"END",

             "device":"Android",

             "longitude":"109.42808"#经度

             }

    response2 = requests.post(url2,data=json.dumps(data),headers=headers2,verify=False).text

    response2 = json.loads(response2)

    print(response2)

if __name__=='__main__':

    Authorization=log()

    sin(Authorization)

其他说明

源自内核级技术、不占内存,快速稳定!微商、娱乐、游戏用户必备神器!

蘑菇钉签到作弊器

蘑菇钉.py用python实现

普通下载地址:
电信下载
移动下载

浏览辅助

软件评论 请自觉遵守互联网相关政策法规,评论内容只代表网友观点,与本站立场无关!

 
网友评论