Skip to content

makevoid/tiktron

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
css
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TikTron

Electron desktop tiktok app based on tiktok-scraper npm module


Status: working version

Note: TikTok recently added a new video fetch policy that doesn't allow videos to be seen/embeded on other websites/apps - currently the app is not working, until TikTok changes its policy or releases a new video url which can be embeddable / usable by other apps.

Run

note: at the moment the project is not building releases

To run the code follow these 3 steps:

  • Clone the repo or download it as a zip
  • Run npm install to install the dependencies
  • Run npm start to start the app

Contribute

Feel free to open an issue or a PR


@makevoid