-
Notifications
You must be signed in to change notification settings - Fork 0
/
msgs.py
125 lines (65 loc) · 3.53 KB
/
msgs.py
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
119
120
121
122
123
124
#-------------------------------------------------------------------------------------------------------------------
# Choosing language.
lang = 'Olá, Em qual idioma iremos conversar hoje? \nHi, Which language will we speak in today?'
# The First contact (in portuguese).
boasVindas = """Olá *{}*! Seja muito bem-vindx ao meu Telegram.
Aqui quem lhe escreve é o *FelipeBot*. O *Felipe* me criou para ser o seu assistente pessoal...
Meu trabalho aqui é trazer, de forma eficiente, informações sobre ele..."""
# Asking for permission to present the information (in portuguese).
decisao = """Posso apresentar as opções que ele deixou separadas pra você?"""
# In case where the user chooses the option no (in portuguese).
brincadeira = u"""\U0001F601\U0001F601\U0001F601 Estava Brincando...Está tudo bem!
Caso decida retornar, basta clicar aqui em */start* ou digitar no seu teclado.
*Lembrando! minha memória será reiniciada e começaremos tudo novamente.*"""
xau = """Eu e o Felipe agradeçemos imensamente pelo contato.
*Até a Próxima!*"""
# In case where the user chooses the option yes (in portuguese).
looking = """Deixe-me ver..."""
opcao = """*Tenho as seguintes opções para você:*"""
ptwhats = """Eu e o Felipe agradeçemos imensamente pelo contato.
*Basta clicar no botão abaixo para entrar em contato com o Felipe.*
*Até a Próxima!*"""
pgmail = """Eu e o Felipe agradeçemos imensamente pelo contato.
*Basta clicar no email abaixo para entrar em contato com o Felipe.*
*Até a Próxima!*"""
plinked = """Eu e o Felipe agradeçemos imensamente pelo contato.
*Basta clicar no botão abaixo para visualizar o perfil do Felipe.*
*Até a Próxima!*"""
pcurriculo = """Eu e o Felipe agradeçemos imensamente pelo contato.
*Basta clicar no botão abaixo para visualizar o currículo do Felipe.*
*Até a Próxima!*"""
pgit = """Eu e o Felipe agradeçemos imensamente pelo contato.
*Basta clicar no botão abaixo para visualizar o portifólio do Felipe.*
*Até a Próxima!*"""
email = "YOUR email"
pthreat = """Suspeitei desde o princípio!"""
pconquista = """*Seguirei conquistando a galáxia até o seu retorno!*"""
#-------------------------------------------------------------------------------------------------------------------------------
# English Messages.
welcome = """Hi *{}*! Be welcome to my Domain.
As your personal assistant, my job is to bring information about *Felipe*..."""
decision = """May I present the options specially designed for you?"""
searching = """Let me see..."""
option = """*These are the following options:*"""
ethreat = """Just as I suspected!"""
ewhats = """Felipe and I thank you immensely.
*Click at the button bellow to send a message to Felipe.*
*See Ya!*"""
egmail = """Felipe and I thank you immensely.
*Click at the email bellow to send a message to Felipe.*
*See Ya!*"""
ecurriculo = """Felipe and I thank you immensely.
*Click at the button bellow to access Felipe's resume.*
*See Ya!*"""
elinked = """Felipe and I thank you immensely.
*Click at the button bellow to access Felipe's profile.*
*See Ya!*"""
egit = """Felipe and I thank you immensely.
*Click at the button bellow to access Felipe's portfolio.*
*See Ya!*"""
bye = """Felipe and I thank you immensely.
*See Ya!*"""
conquer = """*I'll continue conquering the galaxy till you return!*"""
kidding = u"""\U0001F601\U0001F601\U0001F601 Kidding...It's ok!
If you decide to restart our conversation, click here */start* or type it using your keyboard.
*Disclaimer! My memory will be erased and we'll start over.*"""