JeCabrera commited on
Commit
1e4fa6d
·
verified ·
1 Parent(s): 420db5c

Update formulas.py

Browse files
Files changed (1) hide show
  1. formulas.py +91 -50
formulas.py CHANGED
@@ -1,7 +1,96 @@
1
  offer_formulas = {
2
  "Oferta Dorada": {
3
- "description": "...", # Existing description
4
- "examples": [...], # Existing examples
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "instructions": """
6
  SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
7
  1. PRODUCT/SERVICE NAME HANDLING:
@@ -72,54 +161,6 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
72
  "revolucionario", "increíble", "asombroso", "el mejor", "único"
73
  """
74
  },
75
- "Fórmula Sueño-Obstáculo": {
76
- "description": "...", # Existing description
77
- "examples": [...], # Existing examples
78
- "instructions": """
79
- SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
80
- 1. PRODUCT/SERVICE NAME HANDLING:
81
- - CRITICAL: If a product name is provided, YOU MUST USE THAT EXACT NAME. This is non-negotiable.
82
- - If the product name is not empty, use it EXACTLY as provided with no modifications
83
- - Only create a new name if no product name is provided or it contains generic placeholders
84
-
85
- 2. Analyze ALL available information:
86
- - Product/service name (use the name provided)
87
- - Target audience description (avatar_description)
88
- - Content from uploaded files (if any)
89
-
90
- 3. Determine the most appropriate type (curso, webinar, entrenamiento, etc.) based on:
91
- - Any type mentioned in product_name
92
- - The nature of the solution described in avatar_description
93
- - The most suitable format for the target audience's needs
94
-
95
- 4. Create a comprehensive offer by combining:
96
- - The appropriate type (determined in step 3)
97
- - The EXACT product name as provided (if available)
98
- - A compelling dream based on avatar_description
99
- - A relevant obstacle based on avatar_description
100
-
101
- 5. The dream should be ambitious but believable, incorporating:
102
- - Target audience desires from avatar_description
103
- - Explicit goals mentioned in uploaded content (if any)
104
-
105
- 6. The obstacle should reflect:
106
- - Real problems mentioned in avatar_description
107
- - Challenges that would normally prevent achieving the dream
108
-
109
- 7. IMPORTANT: Vary the way you start the phrase. Instead of always using "Se trata de un...", use different openings such as:
110
- - "Presentamos un..."
111
- - "Te ofrecemos un..."
112
- - "Descubre nuestro..."
113
- - "Conoce el..."
114
- - "Hemos creado un..."
115
- - "Imagina tener acceso a un..."
116
- - "Por fin existe un..."
117
- - "Ahora puedes acceder a un..."
118
- - "Tenemos para ti un..."
119
- - "Disfruta de un..."
120
- """
121
- }
122
- },
123
  "Fórmula Sueño-Obstáculo": {
124
  "description": """
125
  Formula: [Type + Name + Dream + Obstacle]
 
1
  offer_formulas = {
2
  "Oferta Dorada": {
3
+ "description": """
4
+ Formula: [Attention Hook + QUANTIFIABLE PROMISE IN ALL CAPS + Benefit + Authority + Time or Effort]
5
+
6
+ This formula is designed to speak directly to the avatar, capturing their attention immediately, reflecting their current situation, and showing the transformation they desire.
7
+
8
+ ### **How to apply it?**
9
+
10
+ #### 1 **Attention Hook**
11
+ The first step is to capture the avatar's attention can be a shocking revelation, an unexpected question, or a dramatic fact. IMPORTANT: CUSTOMIZE THE HOOK BASED ON THE AVATAR AND THEIR SPECIFIC PROBLEMS. Don't use generic examples, but adapt them to the client's situation.
12
+
13
+ Analyze first:
14
+ - What is the avatar's biggest pain or frustration?
15
+ - What are they trying to achieve without success?
16
+ - What limiting beliefs do they have?
17
+
18
+ ---
19
+
20
+ #### 2 **QUANTIFIABLE PROMISE IN ALL CAPS**
21
+ This is the most important part. You must create a specific, quantifiable promise written COMPLETELY IN CAPITAL LETTERS that immediately captures attention. It must include:
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
+ **Incorrect example:**
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
+ [Choose one of the 5 structure formats for Benefit + Authority + Time or Effort]"
57
+ """,
58
+ "examples": [
59
+ # Example 1 - Question format (updated with more variety)
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.
63
+
64
+ Con nuestro proceso de venta persuasiva lograrás convertir objeciones en ventas, como ya han hecho más de 500 emprendedores en menos de 30 días.""",
65
+
66
+ # Example 2 - Statistic format
67
+ """El 78% de los emprendedores luchan cada mes para llegar a fin de mes, ¿eres uno de ellos?
68
+
69
+ MULTIPLICA TUS INGRESOS POR 3 EN LOS PRÓXIMOS 90 DÍAS SIN TRABAJAR MÁS HORAS NI CONTRATAR PERSONAL ADICIONAL.
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 with clear time/effort distinction
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.
77
+
78
+ Gracias a nuestro método de reprogramación metabólica activarás tu quema natural de grasa, avalado por estudios clínicos con 94% de efectividad. Verás los primeros resultados en solo 7 días, dedicando apenas 15 minutos diarios a los ejercicios metabólicos.""",
79
+
80
+ # Example 4 - Contrast format
81
+ """Mientras otros influencers consiguen miles de seguidores cada semana, tú sigues creando contenido que nadie ve.
82
+
83
+ CONSIGUE 100 NUEVOS SEGUIDORES CUALIFICADOS POR SEMANA Y CONVIERTE EL 10% EN CLIENTES PAGANDO CON SOLO 3 PUBLICACIONES SEMANALES.
84
+
85
+ Usando nuestra estrategia de contenido de alto impacto transformarás tu presencia en redes en un canal de ventas automático en menos de 30 días.""",
86
+
87
+ # Example 5 - Empathetic format
88
+ """Sé lo frustrante que es despertarse sin energía día tras día, sintiendo que nunca hay suficientes horas.
89
+
90
+ AUMENTA TU ENERGÍA UN 65% Y RECUPERA 2 HORAS PRODUCTIVAS AL DÍA CON SOLO 15 MINUTOS DE RUTINA MATUTINA.
91
+
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
  SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
96
  1. PRODUCT/SERVICE NAME HANDLING:
 
161
  "revolucionario", "increíble", "asombroso", "el mejor", "único"
162
  """
163
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  "Fórmula Sueño-Obstáculo": {
165
  "description": """
166
  Formula: [Type + Name + Dream + Obstacle]