Skip to content

超级快速爬取1024社区,将种子和配图保存本地,发送到指定邮箱的神奇代码【暂定长期维护中。。。】

License

Notifications You must be signed in to change notification settings

SwyftG/SESpider1024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SESpider1024

Scrapy 高阶玩法:

  • 爬取1024社区
  • 将种子和种子配图通过FilesPipeline快速下载到本地
  • 将种子和种子配图可以通过Email发送到指定邮箱

酸爽

使用方法

在 settings.py 文件里面,只需要配置:

ROOT_URL = "https://cc.cbcb.us/"        # 这里需要更新到最新的地址
									# 这里是用126邮箱做例子,并不局限126邮箱
SMTP_HOST = "smtp.126.com"          # 发送邮件的smtp服务器
SMTP_USER = "[email protected]"       # 用于登录smtp服务器的用户名,也就是发送者的邮箱
SMTP_PWD = "XXXXXXX"             # 授权码,和用户名user一起,用于登录smtp, 非邮箱密码
SMTP_PORT = 25                      # smtp服务器SSL端口号,默认是465,具体是什么,网上一搜邮箱域名和他的smtp就知道了
SMTP_SENDER = "[email protected]"      # 发送方的邮箱
SMTP_TO_LIST = ["[email protected]", "[email protected]"]     # 发送目标邮箱地址,是个list

同时需要注意,邮箱的配置,目前可以参考这篇文章设置即可,随后会更新文档。

大家慢慢爽

关注微信公众号『皮克啪的铲屎官』,天天硬核,惊喜不断。

About

超级快速爬取1024社区,将种子和配图保存本地,发送到指定邮箱的神奇代码【暂定长期维护中。。。】

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages