Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablo-restrepo/download-tiktok-videos-without-watermark
This project uses an external API to download TikTok videos without watermarks.
https://github.com/pablo-restrepo/download-tiktok-videos-without-watermark
api python tiktok-api
Last synced: 11 days ago
JSON representation
This project uses an external API to download TikTok videos without watermarks.
- Host: GitHub
- URL: https://github.com/pablo-restrepo/download-tiktok-videos-without-watermark
- Owner: Pablo-Restrepo
- License: gpl-3.0
- Created: 2024-08-02T05:12:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:12:36.000Z (6 months ago)
- Last Synced: 2024-11-09T17:27:10.686Z (2 months ago)
- Topics: api, python, tiktok-api
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Download TikTok Videos Without Watermark
This project uses an external API to download TikTok videos without watermarks.
## Requirements
- Python
- pip## Installation
1. Clone this repository:
```bash
git clone https://github.com/Pablo-Restrepo/Download-TikTok-Videos-Without-Watermark
```2. Install the dependencies:
```bash
pip install -r requirements.txt
```## Usage
Here is an example of how to use the DownloadTikTokVideos class to download a TikTok video:```python
from download_tiktok_videos import DownloadTikTokVideosURL = 'https://www.tiktok.com/@ray.amv000/video/7273108118777662725'
downloader = DownloadTikTokVideos()
video_path = downloader.download_video(URL)
print(f'Video downloaded to: {video_path}')
```You can also refer to the `example_download_videos.py` file for a complete example.
## License
This project is licensed under the [GNU General Public License v3.0](LICENSE).