Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maadhattah/batchyoutubeuploader
Upload lots of YouTube videos at once with this PHP script
https://github.com/maadhattah/batchyoutubeuploader
Last synced: 29 days ago
JSON representation
Upload lots of YouTube videos at once with this PHP script
- Host: GitHub
- URL: https://github.com/maadhattah/batchyoutubeuploader
- Owner: mAAdhaTTah
- Created: 2014-04-17T14:58:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T20:13:24.000Z (about 10 years ago)
- Last Synced: 2024-10-14T18:31:53.108Z (2 months ago)
- Language: PHP
- Size: 297 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Batch YouTube Uploader
## Requirements:
* Composer
## How to Use
1. `git clone` the repo
2. Run `composer install`
3. Copy the `env.example` to `.env` and fill out the required information
* Get your client ID and secret from the [Google Developer Console][1]
4. Fill out videos.csv with the information required for each file
* The tags should be comma-seperated
5. Place all the video files you want to upload in the `videos` folder.
6. Run `php batchyoutubeuploader.php` and login## Bugs
Submit your bugs on [GitHub][2]
[1]: https://console.developers.google.com
[2]: https://github.com/mAAdhaTTah/batchyoutubeuploader