Skip to content

爬虫demo, 爬取小红书无水印图片等

Notifications You must be signed in to change notification settings

daxiongpro/redbook-spider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-demo

爬虫demo, 爬取小红书无水印图片、视频字幕srt文件转成txt文件等

1、爬取小红书无水印图片

运行对应的python文件

python .\redBook.py

tips:

1、文件中的cookie需要用你自己的cookie
2、获取小红书的链接组成数组
3、默认生成的图片保存在:当前目录下的 image 文件夹下,你可以自定义文件路径

2、视频字幕srt文件转成txt文件

运行对应的python文件

python .\srtToTxt.py

tips:

1、根据自己的需要,自定义 path\targetPath 的路径
2、path为srt字幕所有文件、targetPath是转换后生成的txt文件对应的目录

About

爬虫demo, 爬取小红书无水印图片等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%