TikTok Video Downloader API and iOS Script.
Download any TikTok video without watermark - even if the save option is unavailable.
See API Docs here.
- Download Scriptable here.
- Create new script.
- Copy
ScriptableiOS.js
's content and paste into your script. - Enter the scripts settings. (Bottom left button)
- Rename your script to anything you want - such as
Download
. - Tap
Share Sheet Inputs
. - Click
URLs
. - Your script is now ready to use! Guide below.
- Ensure you setup the script w/ above tutorial.
- Goto any TikTok video.
- Tap share.
- Scroll the
Other
option and tap it. - Tap Run Script.
- Click on your script setup before.
- Wait for website to load.
- Click Download.
- Literally just deploy this repository to Heroku.
- Wait for build to complete.
- Grab your URL for your deployed heroku app.
- Update the
apiEndpoint
in the iOS Script.
- Download
Server.py
. - Run
Server.py
withpython ./path/to/Server.py
. - Copy the displayed IP on startup.
- Update your
apiEndpoint
variable in the iOS Script.