Skip to content

jcsalinas20/Tiktok-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tiktok-downloader


Index


Windows 10 Installation

1. Install Java JDK 11

First check if you have Java with the version 11

java -version

If you don't have Java download and install

If you have Java 8 or other version you need to change the version to Java 11

2. Install Node.js

  • Go to the website, select LTS Version and install

3. Install tiktok-scraper

npm i -g tiktok-scraper

4. Download Windows .jar and run program


Ubuntu 20.04 Installation

1. Install Java JDK 11

sudo apt install openjdk-11-jre 

2. Install Node and Npm

sudo apt install nodejs npm

3. Install tiktok-scraper

sudo npm i -g tiktok-scraper

4. Download Linux .jar and run program


Run Program

In terminal, cmd, PowerShell, etc.

java -jar Tiktok-downloader.jar

In File System

Windows: With double click

Linux/Ubuntu

First right click in the .jar and select Properties

prop1

Then in Permissions select the checkbox

prop2

And finally in Open With select your Java version

prop3


Problems

Linux

Node is not installed

sudo apt install nodejs 

If you have installed node and npm and the program does not detect it, try this

n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local 

Npm is not installed

sudo apt install npm 

TikTok Scraper is not installed

sudo npm i -g tiktok-scraper 

If you have this error when you try to install tiktok-scraper,

error-img

try this (Link)

sudo npm install -g tiktok-scraper --unsafe-perm=true --allow-root 

Windows

Node is not installed

TikTok Scraper is not installed

Option 1:

npm i -g tiktok-scraper 

Option 2:

Java version conflict (Solution)


Tested Versions

Java Versions

Java Version Test
Java 8
Java 11

Node Versions

Node Version Test
Node 10.19.0
Node 14.17.6

Tiktok-scraper Versions

Tiktok-scraper Version Test
Tiktok-scraper 1.4.36