1.1.3 • Published 7 years ago
@wikipedia-tts/youtube v1.1.3
Upload TTS video of text to Youtube.
setup
- Follow setup at @wikipedia-tts/video.
- Install youtubeuploader and add to
PATH
. - Follow setup at youtubeuploader.
- Set
YOUTUBEUPLOADER_SECRETS
to path ofclient_secrets.json
file. - Set
YOUTUBEUPLOADER_CACHE
to path ofrequest.token
file.
usage
const youtube = require('@wikipedia-tts/youtube');
// youtube(<output>, <text>, <image>, <meta value>, [options])
// -> Promise <output>
/* More options: @wikipedia-tts/video */
// [options]: {
// output: {
// video: $WIKIPEDIATTS_OUTPUT_VIDEO||false
// }
// youtube: {
// auth: {
// cache: $YOUTUBEUPLOADER_CACHE,
// secrets: $YOUTUBEUPLOADER_SECRETS
// }
// cp: {
// sync: true,
// stdio: [0, 1, 2]
// }
// },
// meta: {
// title: $YOUTUBEUPLOADER_TITLE||'${title} | Wikipedia audio article',
// // $YOUTUBEUPLOADER_DESCRIPTION_PATH can contain description too!
// description: $YOUTUBEUPLOADER_DESCRIPTION||'<description.txt>',
// tags: $YOUTUBEUPLOADER_TAGS||'${tags},wikipedia audio article,...',
// privacyStatus: $YOUTUBEUPLOADER_PRIVACY_STATUS||'public',
// embeddable: $YOUTUBEUPLOADER_EMBEDDABLE||true,
// license: $YOUTUBEUPLOADER_LICENSE||'creativeCommon',
// publicStatsViewable: $YOUTUBEUPLOADER_PUBLIC_STATS_VIEWABLE||true,
// categoryId: $YOUTUBEUPLOADER_CATEGORY_ID||'27'
// }
// }
var img = 'https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Tanglanglapass.jpg/800px-Tanglanglapass.jpg';
var val = {title: 'Ladakh', description: 'Land of high passes.', tags: 'ladakh,leh'};
await youtube('output.json', 'Ladakh is the land of high passes.', img, val);
// output.json created
References: youtubeuploader.
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.25
7 years ago
1.0.24
7 years ago
1.0.23
7 years ago
1.0.22
7 years ago
1.0.21
7 years ago
1.0.20
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.1.0
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago