必威体育Betway必威体育官网
当前位置:首页 > IT技术

腾讯招聘

时间:2019-09-28 03:13:14来源:IT技术作者:seo实验室小编阅读:84次「手机版」
 

腾讯 招聘

import requests
import json
from pymongo import MongoClient

def get_response(page):
    url = 'https://careers.tencent.com/tencentcareer/api/post/Query?timestamp=1561037805684&countryId=&cityId=&bgIds=&productId=&categoryId=&parentCategoryId=40001&attrId=&keyword=&pageIndex='
    print("=========爬取第%d页========="%(page+1))
    response = requests.get(url + str(page+1) + '&pageSize=10&language=zh-cn&area=cn')
    content = json.loads(response.text)
    for i in range(len(content["Data"]["Posts"])):
        data = {
            "title":content["Data"]["Posts"][i]["RecruitPostName"],
            "place":content["Data"]["Posts"][i]["LocationName"],
            "BGName":content["Data"]["Posts"][i]["BGName"],
            "LastUpdateTime":content["Data"]["Posts"][i]["LastUpdateTime"],
            "Responsibility":content["Data"]["Posts"][i]["Responsibility"],
        }
        save_MongoDB(data)
        print(data)
def save_MongoDB(data):
    MongoClient("localhost")['tencent']['tx'].insert(dict(data))

if __name__ == "__main__":
    for i in range(5):
        get_response(i)

相关阅读

为什么新浪微博会赢得搜狐,腾讯和网易微博

移动互联网时代不断增长的用户体验是业务平台生态系统令人满意和愉快的行为。增加用户粘性的最重要工具之一是多用户反馈循环。通

搜狗2019校园招聘笔试-智能图像识别图像研究员

注:图片来源网络。 双指针。参见Minimum Window Substring。 #include<iostream> #include<vector> #include<string> #include<a

赚享客是腾讯的吗?赚享客和腾讯有什么关系?

最近兴起的赚享客很是火热,但很多人都在质疑它的合法性,那么赚享客是腾讯的吗,它和腾讯有什么关系呢?因为只要是腾讯或者是阿里投资

再战腾讯?张一鸣的“逃逸速度”

第一宇宙速度环绕速度,第二宇宙速度是逃逸速度。慢于一定速度是脱离不了大气层的。从上周日起,“飞聊”的消息开始在朋友圈传出来,出

同为业界翘楚的腾讯游戏与 ROG,联手打造一款软硬兼施的

随着移动游戏市场的日益蓬勃,围绕着移动端电竞市场的产品应运而生,游戏手机正是其中之一。正所谓&ldquo;工欲善其事,必先利其器&rdqu

分享到:

栏目导航

推荐阅读

热门阅读