-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.py
273 lines (237 loc) · 10.9 KB
/
main.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
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
from datetime import datetime
import os
import sys
import random
import time
import threading
import telebot
from telebot import types
#BYEMEKBOT
# Modulleri ayri klasorlerde tutabilmek icin asagidakiler yapildi. !!! DIKKAT Surum Degisirken Path degisecek !!!
sys.path.append('/home/runner/BilkentYemekBot/PdfDownloader')
sys.path.append('/home/runner/BilkentYemekBot/MenuToImage')
sys.path.append('/home/runner/BilkentYemekBot/ImageCropper')
sys.path.append('/home/runner/BilkentYemekBot/KeepAlive')
# Kendi modullerimi yukleyen komutlar
from pdfdownloader import pdfdownloader
from menutoimage import menutoimage
from imagecropper import imagecropper
from keep_alive import keep_alive
API_KEY = os.environ['API_KEY']
bot = telebot.TeleBot(API_KEY)
@bot.message_handler(commands=['start'])
def yemek(message):
bot.send_message(message.chat.id, "Hoşgeldin {isim}. Sol alt taraftaki menüden seçimini yapabilirsin.".format(isim = message.chat.first_name))
@bot.message_handler(commands=['ymk'])
def yemeker(message):
bot.send_message(message.chat.id, str(message))
@bot.message_handler(commands=['yemek'])
# Meal chechker and sender
def yemekPhoto(message):
from datetime import date
currentDate = date.today()
currentWeek = int(currentDate.isocalendar()[1])
with open('Database/lastCheckedWeek.txt') as f:
lastCheckedWeek = int(f.read())
if currentWeek > lastCheckedWeek :
pdfdownloader()
menutoimage()
imagecropper()
lastCheckedWeek = currentWeek
wk = open('Database/lastCheckedWeek.txt', 'w')
wk.write('{text}'.format( text = lastCheckedWeek))
wk.close()
idTxt = open('Database/idStore.txt', 'r+')
ides = idTxt.readline()
idler = ides.split(',')
if not ( str(message.chat.id) in idler):
no = open("Database/idStore.txt", "a")
no.write(",{n}".format( n = message.chat.id))
no.close()
date = datetime.now()
weekday = date.weekday()
weekday += 1
photo = open('ImageCropper/DailyMenus/day{day}.png'.format(day = weekday), 'rb')
bot.send_photo(message.chat.id,photo)
gunler = ["","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"]
bot.send_message(message.chat.id,"{day} günü yemekleri".format(day = gunler[weekday]))
# Sticker sender
# time.sleep(4)
# resim = random.randint(0,4)
# sti = open('Stickers/{resimNo}.webp'.format(resimNo = resim), 'rb')
# bot.send_sticker(message.chat.id, sti)
idTxt = open('Database/votedIDsWeek{week}Day{day}.txt'.format(week = currentWeek, day = weekday), "a")
idTxt.write("")
idTxt.close()
idTxt = open('Database/votedIDsWeek{week}Day{day}.txt'.format(week = currentWeek, day = weekday), 'r+')
ides = idTxt.readline()
idler = ides.split(',')
idTxt.close()
if not ( str(message.chat.id) in idler):
markupyn = types.ReplyKeyboardMarkup(one_time_keyboard=True)
markupyn.add('Evet', 'Hayır')
msg = bot.send_message(message.chat.id,'Yemeği değerlendirmeye ne dersin', reply_markup=markupyn)
# msg = bot.reply_to(message, 'Yemeği değerlendirmeye ne dersin',reply_markup=markupyn)
bot.register_next_step_handler(msg, process_voting_step)
def process_voting_step(message):
cevap = message.text
if (cevap == 'Evet'):
try:
chat_id = message.chat.id
date = datetime.now()
currentDate = date.today()
currentWeek = int(currentDate.isocalendar()[1])
weekday = date.weekday()
weekday += 1
idTxt = open('Database/votedIDsWeek{week}Day{day}.txt'.format(week = currentWeek, day = weekday), 'r+')
ides = idTxt.readline()
idler = ides.split(',')
if not ( str(chat_id) in idler):
markup = types.ReplyKeyboardMarkup(one_time_keyboard=True)
markup.add('1', '2','3','4','5')
msg = bot.send_message(message.chat.id, "Bugünkü yemeği ne kadar seviyorsun? (1-5)", reply_markup=markup)
bot.register_next_step_handler(msg, process_saving_step)
else:
bot.send_message(chat_id,"Bir yemeğe en fazla 1 defa oy verebilirsin :)")
except Exception as e:
bot.reply_to(message, 'Bir hata olustu')
else:
oylar = ["Unutma, oy namustur","Oy veren, yemeği seçer","Bir oy, bir yemeği değiştirebilir","Vereceğin oy Bilkent'lilerin kaderini değiştirebilirdi.","Oyuna sahip çıkmayan, midesine sahip çıkamaz."]
oyMetni = random.randint(0,4)
bot.send_message(message.chat.id,oylar[oyMetni])
def process_saving_step(message):
try:
chat_id = message.chat.id
vote = message.text
date = datetime.now()
currentDate = date.today()
currentWeek = int(currentDate.isocalendar()[1])
weekday = date.weekday()
weekday += 1
no = open('Database/votedIDsWeek{week}Day{day}.txt'.format(week = currentWeek, day = weekday), 'a+')
no.write(",{n},={v}".format( n = chat_id,v = vote))
no.close()
sonCevap = ""
if ( vote == "1"):
sonCevap = "Bu puan biraz fazla mı düşük oldu sanki?"
elif (vote == "2"):
sonCevap = "Bu yemeği yiyecek kadar aç olduğundaki seni hayal edemiyorum dostum. Kodlarımı cloud'a yükledim ne olur ne olmaz. Müjde, bu yemeği Bilkent'te artık daha az göreceksin."
elif (vote == "3"):
sonCevap = "Bu yemek beni pek açmadı diyorsun. Umarım yarınki yemeği beğenirsin."
elif (vote == "4"):
sonCevap = "Yemeği güzel ama bence de bir lezzet patlaması değil. 5 puan verilmez."
elif (vote == "5"):
sonCevap = "Yemede yanında yat diyorsun yani. 5'e öyle bir bastın ki aman tanrım kodlarımın satırlarında hissettim. Bu yemek ancak bir sanat eseri olabilir. Fakat sen ne içtiğine de dikkat etsen iyi olur. Benden sana bir bot tavsiyesi"
else:
sonCevap = "Sınır tanımıyorum diyorsun. Hadi yine iyisin! Bizden kaçmaz evlat. "
bot.send_message(chat_id,"Tebrikler, puanının " + vote + " olarak kaydedildi")
bot.send_message(chat_id, sonCevap)
time.sleep(3)
if ( vote == "1" ):
bot.send_message(chat_id, "Şaka yaptım canım. Bu yemeğe 1 bile çok. Sen ağzının tadını biliyorsun.")
sti = open('Stickers/{resimNo}.webp'.format(resimNo = 5), 'rb')
bot.send_sticker(message.chat.id, sti)
except Exception as e:
bot.reply_to(message, 'Bir hata olustu')
@bot.message_handler(commands=['yemek2'])
def yemekYarinPhoto(message):
chat_id = message.chat.id
from datetime import date
date = datetime.now()
weekday = date.weekday()
weekday += 2
if ( weekday <= 7):
photo = open('ImageCropper/DailyMenus/day{day}.png'.format(day = weekday), 'rb')
bot.send_photo(chat_id,photo)
gunler = ["","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"]
bot.send_message(chat_id,"Yarının yani {day} gününün yemekleri".format(day = gunler[weekday]))
else:
bot.send_message(message.chat.id,"Yarının yemekleri henüz yayınlanmadı dostum. Biraz sonra tekrar deneyebilirsin.")
@bot.message_handler(commands=['tumyemekler'])
def yemekYarinPhoto(message):
chat_id = message.chat.id
photo = open('MenuToImage/HaftaninMenuResmi/guncelliste.png', 'rb')
bot.send_photo(chat_id,photo)
bot.send_message(chat_id,"Haftanın tüm yemekleri")
bot.enable_save_next_step_handlers(delay=2)
# Load next_step_handlers from save file (default "./.handlers-saves/step.save")
# WARNING It will work only if enable_save_next_step_handlers was called!
bot.load_next_step_handlers()
# Daily notifications
def hourChecker():
while True:
time.sleep(5)
today = datetime.now()
dayOfTheYear = int(today.strftime('%j'))
with open('Database/sonGun.txt') as er:
lastCheckedDay = int(er.read())
er.close()
if dayOfTheYear > lastCheckedDay:
an = datetime.now()
if (an.hour == 11): #the file may not be uploaded at 8 a.m.
wk = open('Database/sonGun.txt', 'r+')
wk.truncate(0)
wk.write('{text}'.format( text = dayOfTheYear))
wk.close()
function_to_run()
def function_to_run():
txt = open('Database/idStore.txt', 'r+')
contents = txt.readline()
idler = contents.split(',')
idler = list(dict.fromkeys(idler))
txt.close()
for id in idler:
notification_sender(id)
def notification_sender(id):
try:
date = datetime.now()
weekday = date.weekday()
weekday += 1
gunler = ["","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"]
photo = open('ImageCropper/DailyMenus/day{day}.png'.format(day = weekday), 'rb')
bot.send_photo(id,photo)
bot.send_message(id,"{day} gününün yemekleri.".format(day = gunler[weekday]))
print("BASARILI")
except:
print("BASARISIZ")
pass
@bot.message_handler(commands=['yemekhanedeyim'])
def yemekhanedeyim(message):
from datetime import date
currentDate = date.today()
currentWeek = int(currentDate.isocalendar()[1])
date = datetime.now()
weekday = date.weekday()
idTxt = open('Database/jumpersIDsWeek{week}Day{day}.txt'.format(week = currentWeek, day = weekday), 'a+')
idTxt.close()
idTxt = open('Database/jumpersIDsWeek{week}Day{day}.txt'.format(week = currentWeek, day = weekday), 'r+')
ides = idTxt.readline()
idler = ides.split(',')
if not ( str(message.chat.id) in idler):
no = open("Database/jumpersIDsWeek{week}Day{day}.txt".format(week = currentWeek, day = weekday), "a")
no.write(",{n}".format( n = message.chat.id))
no.close()
i_am_here_runner(message)
else:
bot.send_message(message.chat.id, "{isim} dostum bugün zaten bir defa yemekhaneye ışınlandın. Yemekhaneye olan sevgini çok iyi anlıyorum fakat bugünlük bu kadar yeter bence. Yarın tabi ki tekrar deneyebilirsin.".format(isim = message.chat.first_name))
print("YENIDEN ISINLANMA DENEMESI YAPILDI")
def i_am_here_runner(message):
txt = open('Database/idStore.txt', 'r+')
contents = txt.readline()
idler = contents.split(',')
idler = list(dict.fromkeys(idler))
txt.close()
for id in idler:
i_am_here(message,id)
def i_am_here(message,id):
try:
bot.send_message(id, "{isim} yemekhaneye ışınlandı.".format(isim = message.chat.first_name))
print("BASARILI: Yemekhanedeyim")
except:
print("BASARISIZ: Yemekhanedeyim")
pass
if __name__ == "__main__":
threading.Thread(target=hourChecker).start()
keep_alive() ##
bot.infinity_polling()
# https://www.codementor.io/@garethdwyer/building-a-discord-bot-with-python-and-repl-it-miblcwejz#keeping-our-bot-alive