當(dāng)前位置:首頁 > IT技術(shù) > 編程語言 > 正文

Python+selenium 實(shí)現(xiàn)自動(dòng)上傳并發(fā)布抖音短視頻實(shí)例演示
2021-10-20 10:27:35

導(dǎo)讀:
本系列依次介紹目前主流的短視頻平臺(tái)(抖音、快手、B站、微視、小紅書、好看視頻、西瓜視頻、視頻號、搜狐視頻等)的短視頻自動(dòng)發(fā)布,希望幫助大家更方便、高效的來進(jìn)行自媒體的創(chuàng)作與管理。
【本文介紹的是抖音的短視頻自動(dòng)發(fā)布】


Python+selenium 自動(dòng)化 - 抖音短視頻發(fā)布

  • ?


第一章:效果展示 ① 效果展示

Python+selenium 實(shí)現(xiàn)自動(dòng)上傳并發(fā)布抖音短視頻實(shí)例演示_selenium

② 素材展示

一個(gè)為視頻,另一個(gè)為像素大小不小于視頻的封面。

Python+selenium 實(shí)現(xiàn)自動(dòng)上傳并發(fā)布抖音短視頻實(shí)例演示_selenium_02

第二章:實(shí)現(xiàn)過程 ① 調(diào)用已啟用的瀏覽器

通過調(diào)用已啟用的瀏覽器,可以實(shí)現(xiàn)直接跳過每次的登錄過程。

使用方法可以查看:

?

from selenium import webdriver

options = webdriver.ChromeOptions()
options.add_experimental_option("debuggerAddress", "127.0.0.1:5003")
driver = webdriver.Chrome(options = options)

② 上傳視頻和圖片

上傳功能的使用方法可以查看:

?

# 上傳本地視頻
driver.find_element_by_xpath('//*[text()="發(fā)布視頻"]').click()
time.sleep(2)
driver.find_element_by_xpath('//input[@type="file"]').send_keys(path_mp4)

# 添加封面
driver.find_element_by_xpath('//*[text()="編輯封面"]').click()
time.sleep(1)
driver.find_element_by_xpath('//div[text()="上傳封面"]').click()
time.sleep(1)
driver.find_element_by_xpath('//input[@type="file"]').send_keys(path_cover)
time.sleep(3)
driver.find_element_by_xpath('//*[text()="裁剪封面"]/..//*[text()="確定"]').click()
time.sleep(3)
driver.find_element_by_xpath('//*[text()="設(shè)置封面"]/..//*[contains(@class,"upload")]//*[text()="確定"]').click()

③ 完整源碼展示

import selenium
from selenium import webdriver
import pathlib
import time
from selenium.webdriver.common.keys import Keys

# 基本信息
# 視頻存放路徑
catalog_mp4 = r"C:UsersAdministratorDesktop視頻發(fā)布"
# 視頻描述
describe = "裸眼3D看蜘蛛俠 #搞笑 #電影 #視覺震撼"
time.sleep(10)
options = webdriver.ChromeOptions()
options.add_experimental_option("debuggerAddress", "127.0.0.1:5003")
driver = webdriver.Chrome(options = options)

path = pathlib.Path(catalog_mp4)

# 視頻地址獲取
path_mp4 = ""
for i in path.iterdir():
if(".mp4" in str(i)):
path_mp4 = str(i);
break;

if(path_mp4 != ""):
print("檢查到視頻路徑:" + path_mp4)
else:
print("未檢查到視頻路徑,程序終止!")
exit()

# 封面地址獲取
path_cover = ""
for i in path.iterdir():
if(".png" in str(i) or ".jpg" in str(i)):
path_cover = str(i);
break;

if(path_cover != ""):
print("檢查到封面路徑:" + path_cover)
else:
print("未檢查到封面路徑,程序終止!")
exit()

def publish_douyin():
'''
作用:發(fā)布抖音視頻
'''

# 進(jìn)入創(chuàng)作者頁面,并上傳視頻
driver.get("https://creator.douyin.com/creator-micro/home")
time.sleep(2)
driver.find_element_by_xpath('//*[text()="發(fā)布視頻"]').click()
time.sleep(2)
driver.find_element_by_xpath('//input[@type="file"]').send_keys(path_mp4)

# 等待視頻上傳完成
while True:
time.sleep(3)
try:
driver.find_element_by_xpath('//*[text()="重新上傳"]')
break;
except Exception as e:
print("視頻還在上傳中···")

print("視頻已上傳完成!")

# 添加封面
driver.find_element_by_xpath('//*[text()="編輯封面"]').click()
time.sleep(1)
driver.find_element_by_xpath('//div[text()="上傳封面"]').click()
time.sleep(1)
driver.find_element_by_xpath('//input[@type="file"]').send_keys(path_cover)
time.sleep(3)
driver.find_element_by_xpath('//*[text()="裁剪封面"]/..//*[text()="確定"]').click()
time.sleep(3)
driver.find_element_by_xpath('//*[text()="設(shè)置封面"]/..//*[contains(@class,"upload")]//*[text()="確定"]').click()

time.sleep(5)
# 輸入視頻描述
driver.find_element_by_xpath('//div[@aria-autocomplete="list"]//br').send_keys(describe + " #上熱門 #dou上熱門 #我要上熱門")

# 設(shè)置選項(xiàng)
time.sleep(1)
driver.find_element_by_xpath('//*[@class="radio--4Gpx6"]').click()
time.sleep(1)
driver.find_element_by_xpath('//*[@class="semi-select-selection"]//span[contains(text(),"輸入")]').click()
time.sleep(1)
driver.find_element_by_xpath('//*[@class="semi-select-selection"]//input').send_keys("中關(guān)村人工智能科技")
time.sleep(1)
driver.find_element_by_xpath('//*[@class="semi-select-selection"]//input').send_keys("園")
time.sleep(5)
driver.find_element_by_xpath('//*[@class="semi-popover-content"]//*[text()="中關(guān)村人工智能科技園"]').click()

# 同步到西瓜視頻
time.sleep(1)
# driver.find_element_by_xpath('//div[@class="preview--27Xrt"]//input').click() # 默認(rèn)啟用一次后,后面默認(rèn)啟用了。
time.sleep(1)
driver.find_element_by_xpath('//*[@class="card-pen--2P8rh"]').click()
time.sleep(1)
driver.find_element_by_xpath('//*[@class="DraftEditor-root"]//br').send_keys(describe + " #上熱門")
time.sleep(1)
driver.find_element_by_xpath('//button[text()="確定"]').click()

# 人工進(jìn)行檢查并發(fā)布
# time.sleep(3)
# # 點(diǎn)擊發(fā)布
# driver.find_element_by_xpath('//button[text()="發(fā)布"]').click()

# 開始執(zhí)行視頻發(fā)布
publish_douyin()


本文摘自 :https://blog.51cto.com/l

開通會(huì)員,享受整站包年服務(wù)立即開通 >