V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
maxxfire
V2EX  ›  程序员

有没有脚本/工具可以快速提取 Gmail 所有邮件的发件人?

  •  
  •   maxxfire · Jun 1, 2020 · 2422 views
    This topic created in 2166 days ago, the information mentioned may be changed or developed.
    如题,我的一个 Gmail 账号有 1k 多个发件人,想收集一下
    7 replies    2020-06-01 15:11:45 +08:00
    CEBBCAT
        1
    CEBBCAT  
       Jun 1, 2020 via Android
    能把信件导出到纯文本格式吗? grep 应该就差不多了吧,收件人有统一格式的
    jorneyr
        2
    jorneyr  
       Jun 1, 2020
    可以试试用邮件客户端把邮件下下载到本地,然后分析下内容怎么提取
    maxxfire
        3
    maxxfire  
    OP
       Jun 1, 2020
    @CEBBCAT 恩,考虑 IMAP 协议
    DonnyChao
        4
    DonnyChao  
       Jun 1, 2020 via Android
    右键查看网页源代码,然后正则表达式提取?如果是 Ajax 找 json 包?
    crab
        5
    crab  
       Jun 1, 2020
    https://contacts.google.com/other

    底部的其他联系人有记录
    crab
        6
    crab  
       Jun 1, 2020
    进 [通讯录]
    thedrwu
        7
    thedrwu  
       Jun 1, 2020 via Android
    下载到本地后 grep ^From:| sort | uniq
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5383 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 59ms · UTC 09:26 · PVG 17:26 · LAX 02:26 · JFK 05:26
    ♥ Do have faith in what you're doing.