Giter Site home page Giter Site logo

twitter-download's Introduction

中文 | English

推特媒體下載器

以用戶名為參數,下載用戶所有的推文的媒體文件(圖片、視頻)等

變更日志

  • 2024-05-05

    • 生成 csv 記錄文件
  • 2024-05-04

    • 支持視頻下載;
    • 保存下載記錄;
    • 支持增量式下載;
    • 支持從讀取文件中的下載鏈接進行下載

使用方法

  • 配置

創建一個 setting.json 文件。填入 cookie。

{
  "cookie": "auth_token=xxxx; ct0=xxxxx",
  "cookieComment": "上面cookie字段填入你的cookie,保證cookie有效,否則將無法正常使用"
}
  • 如何獲取 cookie,示例

    • 網頁上登陸推特
    • F12 打開網頁調試器
    • 跟隨圖片步驟和提示複製 cookie

    cookie示例

  • 運行

在 release 裏下載 main.exe 程序,點擊運行。 你自己用源碼編譯也可以。

  • 使用用戶名進行下載

菜單中選擇第一項,并輸入用戶名。

用戶名示例

  • 使用配置文件下載

文件名必須為urls.json。并且以數組形式放置需要下載的鏈接

[
  "https://pbs.twimg.com/media/GMAXMobaYAAk3Ab.jpg",
  "https://pbs.twimg.com/media/GL_PbVhawAAwmxC.jpg"
]

twitter-download's People

Contributors

ashitahe avatar

Stargazers

ForestL avatar Jinjun Liu avatar Vincent Young avatar  avatar tchxi avatar  avatar  avatar Wu Shaodong avatar  avatar 源文雨 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.