Super_Employee/UserDefined.py
2024-08-18 01:06:51 +08:00

206 lines
5.8 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# --------------------感谢您使用Super Employees自动投递程序---------------------
# 应用版本V1.0
# 应用作者: JasonYANG17
# 仓库地址: https://github.com/JasonYANG170/Super_Employee
# Wiki教程: https://github.com/JasonYANG170/Super_Employee/wiki
# -------------用户配置选项-----------------------
poststate = 1 # 不投递0;投递1;
UseResultPush = 0 # 是否启用推送
PushToken = '' # 在pushpush网站中可以找到
# 自定义请求的设备名称
deviceName='HUAWEI'
# --------------平台选择--------------------
# 开启的平台请务必下滑找到该平台的配置项并填入对应配置
# 是否启用实习僧
shixiseng_state = 0
yizhanchi_state = 0
bosszhipin_state = 0
zhilianzhaopin_state = 0
maimai_state = 0
wubatongcheng_state = 0
# --------------实习僧配置项--------------------
# 是否投递(不投递:0,投递优先在线简历:1,投递优先离线简历:2)
shixiseng_postnumber=0
shixiseng_poststate = 0
# Cookie(参考wiki说明获取)
shixiseng_Cookie = ''
# 筛选条件(带‘*’号的为必填项)
shixiseng_Search = {
'p': "1",
't': "1", # 智能排序:0最近发布优先:1 *
'city': "", # 地区(全国或其他省市) *
'nature': "", # 类型:股份制企业|合伙企业
'scale': "", # 规模50-150人|500-2000人
'ipo': "", # 融资B轮|A轮
'k': "", # 岗位 *
'degree': "大专|本科", # 学历:大专|本科
'emp_chance': "", # 空间:提供转正|面议
'intention': "", # 需求:校招|实习
'internship_duration': "", # 在岗时间1个月|3个月以上
'days_per_week': "", # 工作时间4天|1天
'payment_per_day': "" # 日薪200-300|100以下
}
# --------------易展翅配置项--------------------
yizhanchi_postnumber=0
yizhanchi_poststate = 0
yizhanchi_city=""
yizhanchi_Cookie =""
yizhanchi_Search = {
'page_size': "1000",#查询范围 *
'page': "1",#当前页面 *
'positiontype': "",
'minsalary': "",#最低工资
'maxsalary': "",#最高工资
'show_third_position': "",
'keyword': "",#岗位 *
'region_id': "",
'intern_time_id': "",
'intern_cycle_id': "",
'correct_id': "",
'parttime_duration': "",
'jianzhitype': "",
'classid': "",
'financid': "",
'natureid': "",
'scaleid': "",
'areaid': "",
'location': "",
'port': "",
'region_type': "",
'sort': ""
}
# --------------Boss直聘配置项--------------------
bosszhipin_poststate = 0
bosszhipin_postnumber=0
bosszhipin_city=""
bosszhipin_Cookie =""
bosszhipin_Search = {
'scene': "1",
'query': "",#岗位
'city': "",
'experience': "",
'payType': "",
'partTime': "",
'degree': "",
'industry': "",
'scale': "",
'stage': "",
'position': "",
'jobType': "",
'salary': "",
'multiBusinessDistrict': "",
'multiSubway': "",
'page': "1",
'pageSize': "5000"
}
# --------------智联招聘--------------------
zhilianzhaopin_poststate = 0
zhilianzhaopin_postnumber=0
zhilianzhaopin_Chatstate = 0
# Cookie(参考wiki说明获取)
zhilianzhaopin_Cookie = ''
zhilianzhaopin_cvNumber=''
zhilianzhaopin_Search ={
"pageIndex": "1",
"S_SOU_WORK_CITY": "",#城市ID
"eventScenario": "",
"filterMinSalary": "1",
"S_SOU_EXPAND": "SOU_COMPANY_ID",
"pageSize": "30",
"keywordChange": "1",
"S_SOU_FULL_INDEX": "",#岗位
"cvNumber": zhilianzhaopin_cvNumber,#你的ID
"x-zp-utm-client-version": "u",
"rt": "",
"d": "",
"os_version": "14",
"channel": "tengxun",
"version": "8.11.26",
"platform": "4",
"at": "",
"identity": "1",
"businessLine": "com.zhaopin.social",
"anonymous": "0",
"userRole": "0",
"oaid": ""
}
# --------------脉脉--------------------
maimai_poststate = 0
maimai_postnumber=0
# Cookie(参考wiki说明获取)
maimai_Token = ''#你的token,在Cookie
maimai_Cookie = ''
maimai_Search = {
'city': "",#城市
'company_scales': "全部",
'count': "10",
'degree': "全部",
'finances': "全部",
'fr': "search_job_list_search_job_list",
'major': "",
'mj': "",
'page': "0",
'pf': "",
'profession': "",
'province': "",#省份
'query': "",#岗位
'rn': "1",
'salary': "全部",
'sid': "",
'sortby': "default",
'use_native_net': "1",
'work_times': "全部",
'version': "6.6.10",
'ver_code': "",
'channel': "MyAPP",
'vc': "Android 14/34",
'push_permit': "1",
'net': "wifi",
'open': "icon",
'appid': "3",
'device': "",
'udid': "",
'is_push_open': "1",
'isEmulator': "0",
'rn_version': "0.69.0",
'launched_by_user': "1",
'android_id': "",
'oaid': "NA",
'hms_oaid': "",
'sm_dl': "0",
'sm_did': "",
'u': "",
'access_token': maimai_Token,#你的token
'webviewUserAgent': "Mozilla/5.0 (Linux; Android 14; 21051182C Build/UQ1A.240105.004.A1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.40 Safari/537.36",
'density': "1.875",
'screen_width': "",
'screen_height': "",
'launch_uuid': "",
'session_uuid': "",
'last_launch_time': ""
}
# --------------58同城--------------------
wubatongcheng_poststate = 0
wubatongcheng_postnumber=0
wubatongcheng_Chatstate=0
# Cookie(参考wiki说明获取)
wubatongcheng_clientid = ''
wubatongcheng_cityid=''
wubatongcheng_Search = {
'os': "android",
'v': "1",
'curVer': "13.10.2",
'appId': "1",
'format': "json",
'searchType': "newSouList",
'key': "",#岗位
'action': "getListInfo,getFilterInfo,getRecTagInfo",
'pagetype': "filterList",
'filterParams': "{\"filterLocalId\":\"-1\",\"filterLocal\":\"\"}",
'localname': "",
'isNeedAd': "1",
'page': "1",
'extendParams': "{\"intentionArray\":[]}"
}