First create target channels and playlists (using an admin account) and then Get channels id, and playlists id using api in navigator (to be added in `config.json`):
Then you can run the script on a regular basis (each day for instance), the previously added vidéos are specified in [./data/channel.playlist.previous.json](./data), to not to uploady vidéo again.
```bash
python3 ./src/mirror.py
```
If you run the script on another machine, make sure to keep the *.previous.json file in ./data, to upload only the new videos.
## Automatization
Instead of running this script regularly, you could setup a systemd timer to launch the script daily (for instance).