https://github.com/zocker-160/tenor-dl
simple CLI script to download gifs from tenor.com
https://github.com/zocker-160/tenor-dl
Last synced: about 1 year ago
JSON representation
simple CLI script to download gifs from tenor.com
- Host: GitHub
- URL: https://github.com/zocker-160/tenor-dl
- Owner: zocker-160
- License: wtfpl
- Archived: true
- Created: 2022-08-04T20:02:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T22:15:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T08:58:21.566Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tenor-dl
Simple CLI script to download gifs from tenor.com.
## Installation
```bash
pip3 install tenor-dl
```
## Usage
```bash
usage: tenor-dl [-h] [-o OUTPUT] [-u] URL
simple script to download gifs from tenor.com
positional arguments:
URL tenor.com URL to download the gif from
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
output path or use "-" for STDOUT
-u, --urlonly only print direct link to gif and exit
```
## Example Usage
```bash
tenor-dl https://tenor.com/view/rage-work-pc-stressed-pissed-gif-15071896
```