-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCode.gs
196 lines (163 loc) · 6.81 KB
/
Code.gs
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
//توکن ربات ربات رو اینجا بزار
const token = '12345678:Ahjoiup555989jhhhjghffuystebjk0';
//ایدی عددی ادمین یا توسعه دهنده ی ربات
const adminId = 193287044;
//درخواست های
//POSt
// ارسالی به سرور به این فانکشن می آیند
function doPost(e) {
try {
// Make sure to only reply to json requests
if(e.postData.type == "application/json" ) {
// Parse the update sent from Telegram
var update = JSON.parse(e.postData.contents);
//پیام های معمولی که به ربات می آیند
if(update.message !== undefined){
//برای مشاهده ی پاسخ ارسال شده از سرور تلگرام این قسمت را از حالت
//کامنت خارج کن
/*
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": JSON.stringify(update,undefined,2)
})
*/
//کار کردن روی پاسخ کاربر به ربات
if(update.message.entities !== undefined){
//اگر کامندهای ربات ارسال شده
if(update.message.entities['0'].type=='bot_command'){
//کامند ارسالی
var cmnd = update['message']['text'];
if(cmnd=='/start'){
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": 'به ربات خوش آمدید'+'\n '+update['message']['from']['first_name']+' عزیز'+'\n'+
'/help'
});
}else if(cmnd=='/help' || cmnd=='help' || cmnd=='h'){
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": 'کامند های ربات:'+'\n\n'+
'/start'+'\n'+
'/help :دریافت دوباره ی همین پیام'+'\n'+
'/id : دریافت آیدی عددی خودتان'+'\n'+
'/prayers : دریافت اوقات شرعی به افق تهران'
});
}else if(cmnd=='/id' || cmnd=='id'){
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": update.message.from.id
});
}else if(cmnd=='/date' || cmnd=='date'){
var date_format = new Intl.DateTimeFormat("fa", {year: "2-digit",month: "numeric",day: "numeric",hour: "numeric",minute: "numeric"});
var faDate = new Intl.DateTimeFormat("fa", { weekday: "long", year: "numeric", month: "long", day: "numeric" });
var fhmt = new Intl.DateTimeFormat("fa", { hour: "numeric", minute: "numeric" });
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": faDate.format(Date.now())+ '\n'+fhmt.format(Date.now())+ '\n'+date_format.format(Date.now())
});
}else if(cmnd=='/prayers' || cmnd=='prayers'|| cmnd=='نماز'){
var responselk = UrlFetchApp.fetch( 'https://prayer.aviny.com/api/prayertimes/1');
var pray=JSON.parse(responselk.getContentText());
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": "امروز🇮🇷🇮🇷🇮🇷:"+pray['Today']+" \n الیوم: "+
pray['TodayQamari']+" \n🔆🔆 اذان صبح🔆🔆: "+
pray['Imsaak']+" \n طلوع آفتاب: "+
pray['Sunrise']+ "\n 🔆اذان ظهر:🔆 "+
pray['Noon']+" \n 🌅🌅 اذان مغرب: 🌅🌅 "+
pray['Maghreb']+" \n🌅🌅 غروب آفتاب🌅🌅 "+
pray['Sunset']+" \n نیمه شب شرعی : "+
pray['Midnight']+" \n\n🕑🕑🕑"
} );
}else if(cmnd=='/setwebhook'){
if(update['message']['text']!= undefined){
var result = tgmsgv3('setWebhook' , {
"url": update['message']['reply_to_message']['text']
} )
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": JSON.stringify(result,undefined,2)
})
}else{
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": 'نگر تا چه کاری همان بدروی سخن هر چه گویی همان بشنوی'+'\n\n'+'باید به لینک سرورت ریپلای کنی'
})
}
}
//اگر لینک ارسال شده
}else if(update.message.entities['0'].type=='url'){
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": 'لینک شما'+'\n '+update['message']['text']
});
}
//دیگر انواع پیام
}else{
//اگر متن داشت
if(update['message']['text']!= undefined){
if(update['message']['text']==='سلام'){
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": 'سلام گل🌹🌺🌸'
});
}else{
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": update['message']['text']
})
}
}else{
tgmsg('sendMessage' , {
"chat_id": update.message.chat.id,
"text": JSON.stringify(update,undefined,2)
})
}
}
//پیام هایی که به صورت اینلاین به ربات می آیند
}else if(update.callback_query != undefined){
var data = update.callback_query.data;
//ارسال محتوای دریافتی
tgmsg('sendMessage' , {
"chat_id": update.callback_query.from.id,
"text": 'inline data : '+data
})
tgmsg('sendMessage' , {
"chat_id": update.callback_query.from.id,
"text": JSON.stringify(update,undefined,2)
})
}
}
} catch (e) {
//ارسال خطا ها به رئیس ربات
tgmsg('sendMessage' , {
"chat_id": adminId,
"text": '😡😡❌🚫⛔️📛❌‼️❌❌⚠️ err'+'\n\n'+e.message
} )
}
}
function tgmsg(method , data){
var options = {
'method' : 'post',
'contentType': 'application/json',
'payload' : JSON.stringify(data)
};
var responselk = UrlFetchApp.fetch('https://api.telegram.org/bot' + token + '/' + method, options);
}
function tgmsgv3(method , data){
var options = {
'method' : 'post',
'contentType': 'application/json',
'payload' : JSON.stringify(data)
};
var responselk = UrlFetchApp.fetch('https://api.telegram.org/bot' + token + '/' + method, options);
return JSON.parse(responselk.getContentText());
}
function setWebhook(){
//لینک سرور رو بزار و فانکشن رو اجرا کن
var serverUrl=""
var result = tgmsgv3('setWebhook' , {
"url": serverUrl
} )
Logger.log(result)
}