An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# yit - all in one uploader

![yeet-the-videos](https://user-images.githubusercontent.com/35038240/204065733-78cea74d-1a96-46f4-aa9e-57b1034ec441.jpg)

## 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
```