Git Product home page Git Product logo

douyin-downloader's Introduction

抖音下载小助手

  • 输入抖音id,下载用户发表/喜欢的视频
  • 所需环境:Python 3.5+ Chrome 67+
  • 所需依赖:
    • requests 2.19.1
    • selenium 3.12.0

Setup

    # 安装Python3.5;安装Chrome67
    # Python3.5安装包:https://www.python.org/downloads/windows/
    # Chrome67(需翻墙):https://www.google.com/chrome/index.html

    # 切换到项目所在目录
    cd ../你的目录/douyin-downloader

    # 安装依赖
    pip install -r requirements.txt

    # 配置抖音id(两种方式):1:修改config.txt下面的user_id; 2:命令行敲入id.
    # 注:命令行敲入id会覆盖掉配置文件里的id
    
    # 第一种方式:修改config.txt后执行
    python Douyin.py
    
    # 第二种方式:比如1234是一个抖音id
    python Douyin.py 1234

    #Enjoy it :)

获取抖音id的方法

进入用户主页,以链接形式分享用户到微信文件助手,链接里面的数字就是抖音id

  • 进入用户首页 17

  • 分享用户 17

  • 以链接形式分享 17

  • 分享到微信文件助手,打开链接,里面user后面问号前面的数字就是抖音id 17

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.