https://github.com/azimjohn/yit
YouTube shorts, Instagram reels and Tiktok Uploader
https://github.com/azimjohn/yit
Last synced: over 1 year ago
JSON representation
YouTube shorts, Instagram reels and Tiktok Uploader
- Host: GitHub
- URL: https://github.com/azimjohn/yit
- Owner: azimjohn
- License: mit
- Created: 2022-11-24T21:04:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T00:44:31.000Z (over 3 years ago)
- Last Synced: 2024-08-09T16:36:27.395Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yit - all in one uploader

## Supports the following (soon):
- [Y]outube shorts
- [ I]nstagram reels
- [T]iktok videos
## Install pip (once)
```bash
pip install yit
```
## Authenticate (once)
```
yit login --youtube
yit login --instagram
yit login --tiktok
```
## Upload videos (everytime)
```
yit upload -t "some title" -d "some description" path-to-video.mp4
```