如何在Linux系統上刷抖音

哈哈哈hh發表於2022-05-17

映象下載、域名解析、時間同步請點選  阿里雲開源映象站

自從抖音出了網頁版

很多小夥伴,上班刷起來了

今天,寫一篇教大家如何使用linux刷抖音

file

抖音入駐PC端之後,其實就是一個終端的網站頁面

看看我們如何在Linux端,

完成搜尋、截圖、訪問網頁等等功能

一、首先增加一下新yum

vim /etc/yum.repo.d/google-chrome111.repo

二、調整內容

[yum源名稱]

name=google-chrome

baseurl=

enabled=1

gpgcheck=1

gpgkey=

file

三、yum安裝goglechrome

#安裝
[root@harxxx ~]# yum -y install google-chrome-stable --nogpgcheck

file

四、我們來看看是啥版本

#檢視-版本-資訊
[root@har ~]# google-chrome -version
Google Chrome 91.0.4472.106 
[root@har ~]#

五、shell指令碼玩轉瀏覽器

1、shell使用瀏覽器

#直接輸入百度及搜尋內容

#截圖百度

[root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu

–screenshot

[0615/170830.274431:WARNING:headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir.

[0615/170830.329462:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader

[0615/170831.542038:INFO:headless_shell.cc(648)] Written to file screenshot.png.

2、查詢搜尋結果

#截圖百度

[root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu

–screenshot

[0615/170830.274431:WARNING:headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir.

[0615/170830.329462:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader

[0615/170831.542038:INFO:headless_shell.cc(648)] Written to file screenshot.png.

效果如下 ↓ ↓ ↓

file

4、命令列搜尋歐洲盃足球寶貝

linux會在命令列搜尋並儲存 足球寶貝的搜尋結果

#我們看看都搜到了什麼
[root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu 
--screenshot s?wd=%E8%B6%B3%E7%90%83%E5%AE%9D%E8%B4%9D
 
[0615/170830.274431:WARNING:headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir.
[0615/170830.329462:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader
[0615/170831.542038:INFO:headless_shell.cc(648)] Written to file screenshot.png.

5、在命令列開啟抖音直播頁面 是這樣的

file

六、linux上使用百度搜尋

1、搜尋命令

[root@localhost tmp]# google-chrome-stable --no-sandbox --headless --disable-gpu

–dump-dom

2、直接訪問,看結果

file

3、搜到效果如下

例如,使用瀏覽器 開啟 抖音網址 結果如下:

file

本文轉自:https://blog.csdn.net/weixin_42350212/article/details/124368382


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2894891/,如需轉載,請註明出處,否則將追究法律責任。

相關文章