• Stars
    star
    110
  • Rank 314,942 (Top 7 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

littleSpiders存放了个人写的一些小爬虫

1.【WeChat_autoReply】

  • 其中WeChat_autoReply文件夹中主程序是weChat.py,其余.py文件均是自己做的查快递、天气、火车、机票的爬虫。
  • weChat.py利用itchat库实现了自动回复,集成了自己添加的几个爬虫后可以做到查快递、天气、火车、机票(玩法详见weChat.py)

2.【Wechat_headerImages】

  • 包含getHeadImgs.py和jointHeadImgs.py。
  • getHeadImgs.py利用itchat库,实现批量下载好友头像存到本地的功能。
  • jointHeadImgs.py实现利用pillow库做到对好友头像图自动拼接成正方型大图!

3.【lovePrinter】

  • 可以实现将一句话用爱心字符的形式打印输出。

4.【sendEmail】

  • 可以实现简单的邮件发送,支持添加多个联系人群发,支持添加一个图片文件作为附件。

具体玩法,见知乎https://zhuanlan.zhihu.com/p/34304821