-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.template
43 lines (38 loc) · 1.68 KB
/
config.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[Reddit Scraper Config]
client_id = [From Reddit]
client_secret = [From Reddit]
reddit_username = [From Reddit]
reddit_password = [From Reddit]
user_agent = [os:app:version (by u/RedditUsername)]
[Content Config]
subreddits_list_location = [TXT File Path Relative to data_path]
top_time_limit = [day, week, month, year, all]
max_submission_duration_seconds = [Integer Denoting Seconds]
allow_nsfw = [Boolean]
allow_previous = [Boolean]
final_video_soft_max_duration = [Integer Denoting Seconds, May Be Exceeded by max_submission_duration_seconds]
append_clip = [Boolean]
append_clip_location_relative_to_data_path = [MP4 File Path Relative to data_path]
[Output Config]
data_path = [Path to Directory]
output_filename = [MP4 File Path Relative to data_path]
output_thumbnail = [JPEG File Path Relative to data_path]
delete_separate_clips = [Boolean]
delete_combined_video = [Boolean]
[Title Generation Config]
formats_path = [TXT File Path Relative to data_path]
adjectives_path = [TXT File Path Relative to data_path]
video_words_path = [TXT File Path Relative to data_path]
people_path = [TXT File Path Relative to data_path]
verbs_path = [TXT File Path Relative to data_path]
locations_path = [TXT File Path Relative to data_path]
[YouTube Config]
client_secret_location = [From YouTube, Path Relative to data_path]
login_storage_path = [From YouTube, Path Relative to data_path]
scope_urls = https://www.googleapis.com/auth/youtube.upload
show_login_button = [Boolean]
login_button_location = [PNG File Path Relative to data_path]
[YouTube Metadata Config]
description_location = [TXT File Path Relative to data_path]
tags_location = [TXT File Path Relative to data_path]
privacy = [private, unlisted, public]