qq 链接

tencent://message/?uin=53928716&Site=potisoft&Menu=yes

转载于:https://www.cnblogs.com/Impulse/archive/2011/08/16/2140792.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
非常感谢您的提问!根据您提供的问题,我可以为您提供一些思路和方向。 第一部分:登录百度网盘,爬取视频文件列表 您可以使用selenium库来模拟用户的登录操作,以及爬取网盘视频文件列表的操作。以下是一些可能有用的步骤: 1. 导入必要的库: ```python from selenium import webdriver import time ``` 2. 启动浏览器,并打开百度网盘登录界面: ```python browser = webdriver.Chrome() # 如果需要使用其他浏览器,请更改相应的驱动程序 browser.get('https://pan.baidu.com/') time.sleep(2) # 等待页面加载完成 ``` 3. 查找并点击登录按钮: ```python login_button_xpath = '//*[@id="top-login-btns"]/a[2]' login_button = browser.find_element_by_xpath(login_button_xpath) login_button.click() time.sleep(2) # 等待登录框弹出 ``` 4. 切换到QQ登录界面,并输入账号和密码: ```python qq_login_button_xpath = '/html/body/div[5]/div/div/div/div/div[2]/div[2]/div[1]/a[1]' qq_login_button = browser.find_element_by_xpath(qq_login_button_xpath) qq_login_button.click() time.sleep(2) # 等待QQ登录框弹出 qq_frame_xpath = '//*[@id="login_frame_qq"]' browser.switch_to.frame(browser.find_element_by_xpath(qq_frame_xpath)) qq_account_name = 'your_qq_account_name' qq_account_password = 'your_qq_account_password' account_name_input_xpath = '//*[@id="u"]' account_name_input = browser.find_element_by_xpath(account_name_input_xpath) account_name_input.send_keys(qq_account_name) account_password_input_xpath = '//*[@id="p"]' account_password_input = browser.find_element_by_xpath(account_password_input_xpath) account_password_input.send_keys(qq_account_password) login_submit_button_xpath = '//*[@id="login_button"]' login_submit_button = browser.find_element_by_xpath(login_submit_button_xpath) login_submit_button.click() time.sleep(2) # 等待登录完成 ``` 5. 切换回网盘主页面,并进入目标文件夹: ```python browser.switch_to.default_content() # 切换回主页面 target_folder_url = 'https://pan.baidu.com/disk/home#list/path=%2Fvideo%2Fmovie' browser.get(target_folder_url) time.sleep(2) # 等待页面加载完成 ``` 6. 爬取文件列表: ```python # 使用xpath查找所有的文件列表行 rows_xpath = '//*[@id="file-list"]/div/div/div[1]/table/tbody/tr' rows = browser.find_elements_by_xpath(rows_xpath) for row in rows: # 查找文件名 name_element = row.find_element_by_xpath('.//span[@class="filename"]/a/span') name = name_element.text # 查找修改时间 time_element = row.find_element_by_xpath('.//td[3]') time = time_element.text # 查找文件大小 size_element = row.find_element_by_xpath('.//td[4]') size = size_element.text print(name, time, size) ``` 第二部分:将指定分享链接中的文件保存到网盘个人文件夹中 这部分的功能可以通过百度网盘的API来实现。以下是一些可能有用的步骤: 1. 导入必要的库: ```python import requests import json ``` 2. 设置API的基本参数: ```python access_token = 'your_access_token' pan_api_url = 'https://pan.baidu.com/rest/2.0/xpan/file' ``` 3. 查找分享链接的文件信息: ```python file_info_url = 'https://pan.baidu.com/s/1gmFJlGv' file_info_response = requests.get(file_info_url) src_url_start = file_info_response.text.find('https://pan.baidu.com/disk') #定位到地址开头索引 src_url_end = file_info_response.text.find('.mp4') + 4 #定位到地址结尾索引,对于mp4文件,一直到文件名末尾 file_src_url = file_info_response.text[src_url_start:src_url_end] #提取完整的百度云分享链接 print(file_src_url) ``` 4. 调用API上传文件到网盘: ```python # 首先需要获取目标文件夹的dir_path参数,可以通过API的list接口来查询 list_params = { 'method': 'list', 'access_token': access_token, 'dir': '/video/movie', 'order': 'name', 'web': '1' } list_response = requests.post(pan_api_url, data=list_params) list_data = json.loads(list_response.text) # 查找目标文件夹的dir_path参数 dir_path = '' for item in list_data['list']: if item['isdir'] and item['server_filename'] == 'test_folder': dir_path = item['path'] break # 调用API上传文件 upload_params = { 'method': 'upload', 'access_token': access_token, 'path': dir_path + '/test.mp4', 'ondup': 'newcopy' } upload_headers = { 'User-Agent': 'netdisk;3.8.2.2;PC;PC-Windows;10.0.18363;WindowsBaiduYunGuanjia' } requests.post(pan_api_url, params=upload_params, headers=upload_headers, data=requests.get(file_src_url).content) ``` 以上是一些可能有用的代码,需要根据具体的情况进行调整。希望可以帮助到您!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值