npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tiktokdien

v1.1.4

Published

Electron version downloader to download TikTok/Douyin video.

Downloads

3

Readme

TikDown App 点这里查看中文说明

This is a TikTok/Douyin downloader built with Electron. Download the video without watermark by pasting the share link in the clipboard.

Install

  • Download the Win/Mac installation package
    https://github.com/Tairraos/TikDown/releases/latest
  • Or download the portable version to use directly, which is the package with "portable" in the name.
  • The application is only available for Mac and Win. If you want to use it under Linux, please clone this repository and build it yourself.
  • Install with brew
brew tap Tairraos/tikdown && brew install --cask tikdown
  • Use this command to check if new version is available
brew livecheck tikdown
  • The Homebrew tap is maintained here
    https://github.com/tjahbergas/tiktokapi-src

Features

feature.en

Comments

  • Install Chrome App
  • The Chrome app version of TikTok/Douyin works very well.
  • Visit TikTok/Douyin site from Chrome (or any other Chromium based browser), and you will see installation icon on the right of the address bar.
  • If you are looking for a Python application, there is a tiny version of this app writen in Python, with only 100 lines code. Go to Python Version

Screenshot

  • Normal UI
  • Mini UI

Features will be implemented

  • Bug that List is cleared after closing the interface and opening it again.
  • Allow to pause, resume, cancel a downloading task.
  • Allow to cancel a task that has not been downloaded yet.
  • Allow user to select filename template
  • Allow user to save download log
  • Batch add download URLs, paste in multiple lines at once.
  • Remove the counter at the end of the download file name.
  • MAYBE: Batch downad all video of a user

中文说明

基于Electron构建的 TikTok/抖音 下载器。通过粘帖剪贴板里的分享链接下载无水印的视频。

安装

  • 下载 Win/Mac 安装包:
    https://github.com/Tairraos/TikDown/releases/latest
  • 也可以下载便携版直接使用,即文件名里带 "portable" 字样的。
  • 仅提供 Mac 和 Win 的 App,如果你需要在 Linux 下使用,请自己克隆仓库编译。
  • 或使用brew安装:
brew tap Tairraos/tikdown && brew install --cask tikdown
  • 用这个命令检测是否有新版本。
brew livecheck tikdown
  • Homebrew tap在这里维护:
    https://github.com/tjahbergas/tiktokapi-src

功能

feature.cn

备注

  • Install Chrome App
  • Chrome app版本的TikTok/Douyin很好用.
  • 用Chrome访问TikTok/Douyin网站,在地址栏最右侧有安装图标。
  • 如果你在找 Python App, 我有一个100行代码的Pythont版本。 跳转到Python版本

截图

  • 普通界面
  • 迷你界面

将会在后续版本中实现的功能

  • BUG: 关闭界面后再打开List被清空。
  • 允许暂停,继续,取消一个正在下载的任务。
  • 允许取消还未下载的任务。
  • 允许用户选择保存的文件名模板。
  • 允许用户保存下载日志
  • 批量添加下载URL,一次粘帖入多行。
  • 移除下载文件名尾部的计数器。
  • 可能会做:批量下载某帐号下的所有视频。