Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/youtubedlbot
Telegram bot for downloading youtube videos
https://github.com/vicradon/youtubedlbot
Last synced: 25 days ago
JSON representation
Telegram bot for downloading youtube videos
- Host: GitHub
- URL: https://github.com/vicradon/youtubedlbot
- Owner: vicradon
- Created: 2024-03-30T22:06:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T19:45:06.000Z (9 months ago)
- Last Synced: 2024-07-17T15:46:04.823Z (6 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube DL Bot
A set of bots that allow you to download YouTube videos using a link and a start and end
## Deployment
This project is designed to be deployed to a virtual machine running Linux. It uses Github actions to handle CI/CD and Ansible to handle configuration management.
### Run the Playbook to Provision Resources
Before running the script that provisions the needed resources, create an inventory.ini file in the ansible directory and follow the `inventory.sample.ini` to populate your `inventory.ini` file with the required values for your virtual machine.
With that done, run the command below to run the playbook script that provisions resources on the VM:
```
ansible-playbook -i ansible/inventory.ini ansible/playbook.yml
```