Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +50 -111
formulas.py
CHANGED
@@ -1,62 +1,35 @@
|
|
1 |
offer_formulas = {
|
2 |
"Oferta Dorada": {
|
3 |
"description": """
|
4 |
-
Formula: [
|
5 |
|
6 |
-
|
7 |
|
8 |
-
### **
|
9 |
|
10 |
-
#### 1 **
|
11 |
-
|
|
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
-
|
16 |
-
-
|
|
|
|
|
17 |
|
18 |
-
|
|
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
- Concrete numbers (money, time, results)
|
23 |
-
- Powerful action verbs (EARN, MULTIPLY, ACHIEVE, MASTER)
|
24 |
-
- The specific result they will obtain
|
25 |
-
- Optionally, the time or effort required
|
26 |
-
- IMPORTANT: DO NOT USE EXCLAMATION MARKS (!) IN THIS SECTION UNDER ANY CIRCUMSTANCES
|
27 |
|
28 |
-
|
29 |
-
"Improve your sales with our system." (Vague, no numbers, no impact). # Existing description
|
30 |
-
**Correct example:**
|
31 |
-
"FACTURA MAS DE $1.000 USD USANDO 15 EMAILS ESCRITOS EN 15 MINUTOS CADA UNO" (Specific, quantifiable, impactful).
|
32 |
-
"MULTIPLICA POR 3 TUS INTERACCIONES EN REDES SOCIALES EN SOLO 2 SEMANAS" (Clear, measurable, with defined time).
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
#### 3 **Benefit + Authority + Time or Effort**
|
37 |
-
In this part, we explain the result they will obtain, supported by an authority factor (proven method, studies, experience, validations) and establishing a time frame or necessary effort to achieve it.
|
38 |
-
|
39 |
-
**Incorrect example:**
|
40 |
-
"Grow your business with our strategy." (Doesn't say how long it will take or how reliable the strategy is).
|
41 |
-
|
42 |
-
**Correct examples:**
|
43 |
-
"El Sistema de emails persuasivos para que puedas convertir lectores en clientes con lo que multiplicarás tus ventas en solo 30 días."
|
44 |
-
"Con nuestra metodología de copywriting podrás crear ofertas irresistibles permitiéndote aumentar tu tasa de conversión en un 200% con solo 15 minutos al día."
|
45 |
-
"Gracias a nuestro framework de contenido lograrás posicionarte como autoridad haciendo que tu audiencia te busque a ti en lugar de a tu competencia."
|
46 |
-
"Mediante nuestro sistema de automatización conseguirás generar ventas mientras duermes lo que significa libertad financiera real en menos de 90 días."
|
47 |
-
"Usando nuestra estrategia de redes sociales alcanzarás 10.000 seguidores cualificados transformando tu presencia digital en una máquina de generación de leads."
|
48 |
-
|
49 |
-
---
|
50 |
-
|
51 |
-
### **Fixed structure:**
|
52 |
-
"[Varied Attention Hook]
|
53 |
-
|
54 |
-
[QUANTIFIABLE PROMISE IN ALL CAPS]
|
55 |
-
|
56 |
-
[Benefit + Authority + Time or Effort]"
|
57 |
""",
|
58 |
"examples": [
|
59 |
-
# Example 1 - Question format
|
60 |
"""¿Por qué sigues perdiendo oportunidades de venta a pesar de tener prospectos interesados?
|
61 |
|
62 |
DESCUBRE CÓMO VENDER CON UNA SOLA LLAMADA PRODUCTOS DE MÁS DE $1,000 USD SIN MANIPULAR, MENTIR O FORZAR LA VENTA.
|
@@ -70,7 +43,7 @@ In this part, we explain the result they will obtain, supported by an authority
|
|
70 |
|
71 |
Mediante nuestro sistema de optimización de negocios alcanzarás la rentabilidad que 327 emprendedores ya disfrutan en menos de un trimestre.""",
|
72 |
|
73 |
-
# Example 3 - Bold statement format
|
74 |
"""La mayoría de dietas fallan porque atacan el síntoma y no la causa real del sobrepeso.
|
75 |
|
76 |
PIERDE ENTRE 5 Y 8 KILOS EN 30 DÍAS SIN DIETAS RESTRICTIVAS, SIN PASAR HAMBRE Y SIN EFECTO REBOTE.
|
@@ -92,73 +65,39 @@ In this part, we explain the result they will obtain, supported by an authority
|
|
92 |
El Sistema de activación bioenergética optimizará tu rendimiento físico y mental desde la primera semana, usado por los CEOs más exitosos del mundo.""",
|
93 |
],
|
94 |
"instructions": """
|
95 |
-
|
96 |
-
1. PRODUCT/SERVICE NAME HANDLING:
|
97 |
-
- CRITICAL: If a product name is provided, YOU MUST USE THAT EXACT NAME in one of the three lines of the offer.
|
98 |
-
- If a product name is provided, use it EXACTLY as provided with no modifications
|
99 |
-
- If no product name is provided, DO NOT create or add ANY name
|
100 |
-
- DO NOT invent names like "ProExpert", "Sistema Profesional", "método XYZ", etc.
|
101 |
-
- DO NOT add product names like "curso", "programa", etc. unless they were explicitly provided
|
102 |
-
- For the third line, use generic terms like "Con nuestra metodología", "Mediante este sistema",
|
103 |
-
"Gracias a este método", etc. when no specific name is provided
|
104 |
-
|
105 |
-
2. FOLLOW THE 6-STEP PROCESS FOR CREATING AN IRRESISTIBLE OFFER:
|
106 |
-
|
107 |
-
STEP 1: IDENTIFY THE MAIN PROBLEM (ATTENTION HOOK)
|
108 |
-
- Analyze the avatar_description DEEPLY to understand their specific pain points
|
109 |
-
- Create a powerful hook that directly addresses their biggest frustration or anxiety
|
110 |
-
- Use statements that make them think "this person understands my situation exactly"
|
111 |
-
- Focus on the emotional impact of their problem, not just the practical aspects
|
112 |
-
- The hook must create an immediate emotional connection
|
113 |
-
- IMPORTANT: Be creative and varied in your approach
|
114 |
-
|
115 |
-
STEP 2: CRAFT A QUANTIFIABLE VALUE PROMISE
|
116 |
-
- Write a promise COMPLETELY IN CAPITAL LETTERS that includes:
|
117 |
-
* Concrete numbers (money, time, results)
|
118 |
-
* Powerful action verbs (EARN, MULTIPLY, ACHIEVE, MASTER)
|
119 |
-
* Specific timeframes (EN 30 DÍAS, EN SOLO 2 SEMANAS)
|
120 |
-
* Clear effort indicators (CON SOLO 15 MINUTOS DIARIOS)
|
121 |
-
- Follow this structure: CÓMO [LOGRAR RESULTADO DESEADO] SIN [OBJECIÓN O CREENCIA LIMITANTE]
|
122 |
-
- NEVER use exclamation marks (!) in this section
|
123 |
-
- Make the promise both ambitious and believable
|
124 |
-
- AVOID GENERIC PHRASES like "al otro nivel", "en tiempo récord", "como nunca antes", "revolucionario"
|
125 |
-
- Instead, use SPECIFIC, MEASURABLE language that clearly states the exact benefit
|
126 |
|
127 |
-
|
128 |
-
-
|
129 |
-
|
130 |
-
|
131 |
-
* Social proof (testimonials, case studies)
|
132 |
-
- Establish credibility through specific numbers and verifiable claims
|
133 |
-
- Connect your authority directly to the promised result
|
134 |
|
135 |
-
|
136 |
-
- Clearly state how quickly they will see results
|
137 |
-
- Make the timeframe specific and believable
|
138 |
-
- Emphasize speed without sacrificing quality
|
139 |
-
- Use phrases like "en solo X días" or "desde la primera semana"
|
140 |
-
- IMPORTANT: This refers to when they'll see RESULTS, not how long they need to work
|
141 |
-
- Examples: "verás resultados en 30 días", "transformación completa en 8 semanas"
|
142 |
|
143 |
-
|
144 |
-
-
|
145 |
-
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
-
|
156 |
-
-
|
157 |
-
-
|
158 |
-
|
159 |
-
|
160 |
-
-
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
162 |
"""
|
163 |
},
|
164 |
"Fórmula Sueño-Obstáculo": {
|
|
|
1 |
offer_formulas = {
|
2 |
"Oferta Dorada": {
|
3 |
"description": """
|
4 |
+
Formula: [Gancho + PROMESA EN MAYÚSCULAS + Beneficio con Autoridad]
|
5 |
|
6 |
+
Esta fórmula conecta directamente con tu audiencia en tres pasos simples:
|
7 |
|
8 |
+
### **Cómo aplicarla:**
|
9 |
|
10 |
+
#### 1. **Gancho de Atención**
|
11 |
+
Captura la atención con una pregunta poderosa, un dato sorprendente o una afirmación impactante.
|
12 |
+
Debe reflejar exactamente el problema o deseo principal de tu audiencia.
|
13 |
|
14 |
+
#### 2. **PROMESA CUANTIFICABLE EN MAYÚSCULAS**
|
15 |
+
La parte más importante. Debe incluir:
|
16 |
+
- Números concretos (dinero, tiempo, resultados)
|
17 |
+
- Verbos de acción (LOGRA, MULTIPLICA, DOMINA)
|
18 |
+
- Tiempo específico (EN 30 DÍAS, EN 2 SEMANAS)
|
19 |
+
- Esfuerzo requerido (CON SOLO 15 MINUTOS DIARIOS)
|
20 |
|
21 |
+
#### 3. **Beneficio con Prueba y Tiempo**
|
22 |
+
Explica cómo funciona tu solución, añade elementos de credibilidad y especifica cuándo verán resultados.
|
23 |
|
24 |
+
### **Estructura:**
|
25 |
+
"[Gancho que conecta con su problema]
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
[PROMESA ESPECÍFICA Y MEDIBLE EN MAYÚSCULAS]
|
|
|
|
|
|
|
|
|
28 |
|
29 |
+
[Solución + Prueba de que funciona + Tiempo para ver resultados]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
""",
|
31 |
"examples": [
|
32 |
+
# Example 1 - Question format
|
33 |
"""¿Por qué sigues perdiendo oportunidades de venta a pesar de tener prospectos interesados?
|
34 |
|
35 |
DESCUBRE CÓMO VENDER CON UNA SOLA LLAMADA PRODUCTOS DE MÁS DE $1,000 USD SIN MANIPULAR, MENTIR O FORZAR LA VENTA.
|
|
|
43 |
|
44 |
Mediante nuestro sistema de optimización de negocios alcanzarás la rentabilidad que 327 emprendedores ya disfrutan en menos de un trimestre.""",
|
45 |
|
46 |
+
# Example 3 - Bold statement format
|
47 |
"""La mayoría de dietas fallan porque atacan el síntoma y no la causa real del sobrepeso.
|
48 |
|
49 |
PIERDE ENTRE 5 Y 8 KILOS EN 30 DÍAS SIN DIETAS RESTRICTIVAS, SIN PASAR HAMBRE Y SIN EFECTO REBOTE.
|
|
|
65 |
El Sistema de activación bioenergética optimizará tu rendimiento físico y mental desde la primera semana, usado por los CEOs más exitosos del mundo.""",
|
66 |
],
|
67 |
"instructions": """
|
68 |
+
INSTRUCCIONES PARA CREAR UNA OFERTA IRRESISTIBLE:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
+
1. MANEJO DEL NOMBRE DEL PRODUCTO:
|
71 |
+
- Si se proporciona un nombre de producto, ÚSALO EXACTAMENTE como se te da
|
72 |
+
- Si no se proporciona nombre, NO inventes uno
|
73 |
+
- Usa términos genéricos como "Con nuestra metodología", "Mediante este sistema" cuando no hay nombre específico
|
|
|
|
|
|
|
74 |
|
75 |
+
2. PROCESO DE CREACIÓN EN 3 PASOS:
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
+
PASO 1: GANCHO DE ATENCIÓN
|
78 |
+
- Analiza profundamente la descripción del avatar para entender sus dolores
|
79 |
+
- Crea un gancho que aborde directamente su mayor frustración
|
80 |
+
- Enfócate en el impacto emocional de su problema
|
81 |
+
- Sé creativo y variado en tu enfoque (preguntas, estadísticas, contrastes, empatía)
|
82 |
+
|
83 |
+
PASO 2: PROMESA CUANTIFICABLE
|
84 |
+
- Escribe una promesa COMPLETAMENTE EN MAYÚSCULAS que incluya:
|
85 |
+
* Números concretos (dinero, tiempo, resultados)
|
86 |
+
* Verbos de acción poderosos
|
87 |
+
* Tiempos específicos
|
88 |
+
* Indicadores claros de esfuerzo
|
89 |
+
- Estructura: [RESULTADO DESEADO] SIN [OBJECIÓN O CREENCIA LIMITANTE]
|
90 |
+
- NUNCA uses signos de exclamación (!) en esta sección
|
91 |
+
- Evita frases genéricas como "al otro nivel", "en tiempo récord"
|
92 |
+
|
93 |
+
PASO 3: BENEFICIO CON AUTORIDAD Y TIEMPO
|
94 |
+
- Incluye elementos que demuestren que tu sistema funciona:
|
95 |
+
* Resultados personales o de clientes con números específicos
|
96 |
+
* Prueba social (testimonios, casos de estudio)
|
97 |
+
- Especifica claramente cuándo verán resultados
|
98 |
+
- Minimiza el esfuerzo requerido del cliente
|
99 |
+
- Combina todos los elementos en una oferta coherente
|
100 |
+
- Usa lenguaje ESPECÍFICO y CONCRETO
|
101 |
"""
|
102 |
},
|
103 |
"Fórmula Sueño-Obstáculo": {
|