Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makevoid/tiktron
Electron desktop tiktok app prototype
https://github.com/makevoid/tiktron
browser electron javascript linux macos nodejs tiktok tiktok-scraper windows
Last synced: 3 months ago
JSON representation
Electron desktop tiktok app prototype
- Host: GitHub
- URL: https://github.com/makevoid/tiktron
- Owner: makevoid
- Created: 2020-07-18T08:59:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:46:52.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:54:21.753Z (6 months ago)
- Topics: browser, electron, javascript, linux, macos, nodejs, tiktok, tiktok-scraper, windows
- Language: JavaScript
- Homepage: https://makevoid.com
- Size: 583 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### 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