🔴 This is the very first version of the site when it was first released, the current state of TikTok.fail does not reflect in here
This repo contains the source for TikTok.fail, A simple webapp that allows users to easily download TikTok videos and share them as all videos are rehosted on our servers.
- We use Discord to receive messages from our contact page. You will need a webhook url to add to .env
- This repo does not include our download logic so you will have to implement it yourself
- (Not required) We use Sqreen WAF, if you want to use it make an account on their site and add the
sqreen.json
file they give you to the root and uncomment the first line instart.js
- Install Node >= v12.14.0
- Clone this repo
git clone https://github.com/antiops/tiktok-downloader-and-rehoster
- Install dependencies with
npm install
oryarn install
- Add
WEBHOOKURL='addyourwebhooklinkhere'
to .env, create the file if needed - Run it,
- In development use
npm run dev
to disable caching and enable verbose errors - In prod use
npm run
- In development use
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.