forked from FujiwaraChoki/MoneyPrinterV2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
118 lines (118 loc) · 3.1 KB
/
Copy pathconfig.example.json
File metadata and controls
118 lines (118 loc) · 3.1 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"verbose": true,
"firefox_profile": "",
"headless": false,
"ollama_base_url": "http://127.0.0.1:11434",
"ollama_model": "",
"llm_provider": "openai_compatible",
"openai_compatible": {
"base_url": "https://api.proxyapi.ru/openai/v1",
"api_key": "",
"model": "gpt-4o-mini",
"image_model": "dall-e-3",
"image_size": "1024x1024"
},
"twitter_language": "English",
"content_language": "English",
"topic_source": "llm",
"script_formula": "hook_twist",
"script_cta_mode": "subscribe",
"script_cta_custom": "",
"voiceover_engine": "elevenlabs",
"reddit": {
"subreddits": ["popular"],
"limit": 30,
"min_score": 200,
"min_comments": 30,
"time": "day"
},
"nanobanana2_api_base_url": "https://generativelanguage.googleapis.com/v1beta",
"nanobanana2_api_key": "",
"nanobanana2_model": "gemini-3.1-flash-image-preview",
"nanobanana2_aspect_ratio": "9:16",
"video_style": "cinematic",
"character_permanent_traits": "",
"video_render": {
"fps": 30,
"width": 1080,
"height": 1920,
"motion_bucket": 127,
"scene_duration_min": 3,
"scene_duration_max": 7
},
"video_scenes": [
{
"id": "scene_1",
"title": "Scene 1",
"prompt": ""
}
],
"video_scene_active_id": "scene_1",
"video_last_clip_meta": {},
"klingai": {
"base_url": "https://api.klingai.com",
"access_key": "",
"secret_key": "",
"model": "kling-v3",
"mode": "std",
"duration_seconds": 5,
"output_seconds": 2,
"aspect_ratio": "9:16",
"poll_interval_seconds": 5,
"timeout_seconds": 3600
},
"threads": 2,
"zip_url": "",
"is_for_kids": false,
"google_maps_scraper": "https://github.com/gosom/google-maps-scraper/archive/refs/tags/v0.9.7.zip",
"email": {
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"username": "",
"password": ""
},
"google_maps_scraper_niche": "",
"scraper_timeout": 300,
"outreach_message_subject": "I have a question...",
"outreach_message_body_file": "outreach_message.html",
"stt_provider": "local_whisper",
"whisper_model": "base",
"whisper_device": "auto",
"whisper_compute_type": "int8",
"assembly_ai_api_key": "",
"tts_voice": "Jasper",
"elevenlabs": {
"base_url": "https://api.elevenlabs.io",
"api_key": "",
"voice_id": "",
"model_id": "",
"stability": 0.5,
"similarity_boost": 0.75,
"style": 0.35,
"use_speaker_boost": true
},
"font": "bold_font.ttf",
"imagemagick_path": "Path to magick.exe or on linux/macOS just /usr/bin/convert",
"script_sentence_length": 4,
"subtitles": {
"font": "bold_font.ttf",
"fontsize": 90,
"color": "#FFFFFF",
"stroke_color": "#000000",
"stroke_width": 5,
"position": "bottom",
"animation": "classic_fade",
"font_preset": "montserrat",
"vertical_offset_pct": 0
},
"transcript_segments": [],
"export_metadata": { "title": "", "description": "", "tags": [] },
"video_final_export_url": "",
"post_bridge": {
"enabled": false,
"api_key": "",
"platforms": ["tiktok", "instagram"],
"account_ids": [],
"auto_crosspost": false
}
}