mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Merge pull request #19 from Steffo99/improving
Una marea di miglioramenti per il bot!
This commit is contained in:
commit
900bcea123
2 changed files with 89 additions and 77 deletions
153
bot.py
153
bot.py
|
@ -17,6 +17,9 @@ lolfreestring = str()
|
||||||
|
|
||||||
random.seed()
|
random.seed()
|
||||||
|
|
||||||
|
# Livello di balurage dall'ultimo riavvio
|
||||||
|
ragelevel = 0
|
||||||
|
|
||||||
|
|
||||||
# Spostiamo qui le funzioni del bot, così è un po' più leggibile
|
# Spostiamo qui le funzioni del bot, così è un po' più leggibile
|
||||||
def wow():
|
def wow():
|
||||||
|
@ -40,23 +43,31 @@ def ciaoruozi():
|
||||||
print("@" + username + ": /ciaoruozi")
|
print("@" + username + ": /ciaoruozi")
|
||||||
# Ciao Ruozi.
|
# Ciao Ruozi.
|
||||||
if username.lower() == "ruozir":
|
if username.lower() == "ruozir":
|
||||||
telegram.sendmessage("Ciao me", sentin, source)
|
# Manda un messaggio casuale tra quelli nella lista
|
||||||
|
chosen_msg = random.sample(["Ciao me!",
|
||||||
|
"Ciao ciao ciao!",
|
||||||
|
"1 ciaoruozi = 1000 euro per me",
|
||||||
|
"La mi dico: #CiaoRuozi",
|
||||||
|
"Ciao eh me stesso!"], 1)
|
||||||
|
telegram.sendmessage(chosen_msg, sentin, source)
|
||||||
else:
|
else:
|
||||||
telegram.sendmessage("Ciao Ruozi", sentin, source)
|
# Manda un messaggio casuale tra quelli nella lista
|
||||||
|
chosen_msg = random.sample(["Ciao Ruozi!",
|
||||||
|
"Ciao ciao ciao!",
|
||||||
|
"1 ciaoruozi = 1 prayer",
|
||||||
|
"La RYG dice: #CiaoRuozi",
|
||||||
|
"Ciao eh Ruozi!"], 1)
|
||||||
|
telegram.sendmessage(chosen_msg, sentin, source)
|
||||||
|
|
||||||
|
|
||||||
def ombromanto():
|
def ombromanto():
|
||||||
print("@" + username + ": /ombromanto")
|
print("@" + username + ": /ombromanto")
|
||||||
# Ma chi è ombromanto?
|
# Ma chi è ombromanto?
|
||||||
telegram.sendmessage("Ombromanto è @Dailir, Frank!", sentin, source)
|
telegram.sendmessage("Ombromanto è @Dailir!", sentin, source)
|
||||||
|
|
||||||
|
|
||||||
def potatogift():
|
def steamplayers():
|
||||||
telegram.senddocument("BQADAgADHwQAAh8GgAEmS1UU1zyaLQI", sentin, source)
|
print("@" + username + ": /steamplayers")
|
||||||
|
|
||||||
|
|
||||||
def playing():
|
|
||||||
print("@" + username + ": /playing")
|
|
||||||
# Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.
|
# Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.
|
||||||
telegram.sendchataction(sentin)
|
telegram.sendchataction(sentin)
|
||||||
cmd = text.split(" ")
|
cmd = text.split(" ")
|
||||||
|
@ -67,9 +78,10 @@ def playing():
|
||||||
if n is None:
|
if n is None:
|
||||||
telegram.sendmessage(chr(9888) + " L'app specificata non esiste!", sentin, source)
|
telegram.sendmessage(chr(9888) + " L'app specificata non esiste!", sentin, source)
|
||||||
else:
|
else:
|
||||||
telegram.sendmessage(
|
name = steam.getschemaforgame(cmd[1])['game']['gameName']
|
||||||
'In questo momento, ' + str(n) + ' persone stanno giocando a [' + cmd[1] +
|
telegram.sendmessage("In questo momento, *{n}* persone stanno giocando a "
|
||||||
'](https://steamdb.info/app/' + cmd[1] + '/graphs/)', sentin, source)
|
"[{name}](https://steamdb.info/app/{id}/graphs/)."
|
||||||
|
.format(n=str(n), name=name, id=cmd[1]), sentin, source)
|
||||||
else:
|
else:
|
||||||
telegram.sendmessage(chr(9888) + ' Non hai specificato un AppID!\n'
|
telegram.sendmessage(chr(9888) + ' Non hai specificato un AppID!\n'
|
||||||
'La sintassi corretta è /playing <AppID>.', sentin, source)
|
'La sintassi corretta è /playing <AppID>.', sentin, source)
|
||||||
|
@ -78,26 +90,7 @@ def playing():
|
||||||
def ehoh():
|
def ehoh():
|
||||||
print("@" + username + ": /ehoh")
|
print("@" + username + ": /ehoh")
|
||||||
# Rispondi con Eh, oh. Sono cose che capitano.
|
# Rispondi con Eh, oh. Sono cose che capitano.
|
||||||
telegram.sendmessage("Eh, oh. Sono cose che capitano.", sentin, source)
|
telegram.sendmessage("Eh, oh. Sono cose che capitano. ¯\_(ツ)_/¯", sentin, source)
|
||||||
|
|
||||||
|
|
||||||
def saldi():
|
|
||||||
print("@" + username + ": /saldi")
|
|
||||||
# Visualizza il link di isthereanydeal con i saldi di un gioco.
|
|
||||||
# Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.
|
|
||||||
telegram.sendchataction(sentin)
|
|
||||||
cmd = text.split(" ", 1)
|
|
||||||
if len(cmd) == 2:
|
|
||||||
telegram.sendmessage(
|
|
||||||
'Visualizza le offerte di '
|
|
||||||
'[' + cmd[1] + '](https://isthereanydeal.com/#/search:' + cmd[1].replace(' ', '%20') +
|
|
||||||
";/scroll:%23gamelist).", sentin, source)
|
|
||||||
else:
|
|
||||||
telegram.sendmessage(chr(9888) +
|
|
||||||
" Non hai specificato un gioco!"
|
|
||||||
"[Visualizza tutte le offerte]"
|
|
||||||
"(https://isthereanydeal.com/#/search:.;/scroll:%23gamelist).",
|
|
||||||
sentin, source)
|
|
||||||
|
|
||||||
|
|
||||||
def sbam():
|
def sbam():
|
||||||
|
@ -269,6 +262,9 @@ def roll():
|
||||||
try:
|
try:
|
||||||
m = int(cmd[1])
|
m = int(cmd[1])
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
if cmd[1] == "tm":
|
||||||
|
telegram.sendmessage("TM è così grassa che se la lanci rotola!", sentin, source)
|
||||||
|
else:
|
||||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
|
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
|
@ -276,7 +272,8 @@ def roll():
|
||||||
m = 100
|
m = 100
|
||||||
# Prova a generare un numero casuale.
|
# Prova a generare un numero casuale.
|
||||||
if m == 34261891881215712181524122318242223183627453833:
|
if m == 34261891881215712181524122318242223183627453833:
|
||||||
telegram.sendmessage("Numero casuale da 1 a _get rekt_:\n*@FrankRekt è scarso*", sentin, source)
|
telegram.sendmessage("Numero casuale da 1 a _34261891881215712181524122318242223183627453833_:\n"
|
||||||
|
"*Frank è scarso*", sentin, source)
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
n = random.randrange(m) + 1
|
n = random.randrange(m) + 1
|
||||||
|
@ -289,25 +286,19 @@ def roll():
|
||||||
source)
|
source)
|
||||||
|
|
||||||
|
|
||||||
def automah():
|
|
||||||
print("@" + username + ": /automah")
|
|
||||||
# Invia il messaggio.
|
|
||||||
telegram.sendmessage("Automaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! Devi funzionare, cavolo!",
|
|
||||||
sentin,
|
|
||||||
source)
|
|
||||||
|
|
||||||
|
|
||||||
def cv():
|
def cv():
|
||||||
print("@" + username + ": /cv")
|
print("@" + username + ": /cv")
|
||||||
# Elenco di tutte le persone online su Discord
|
# Ottieni i dati dal server della Royal Games
|
||||||
tosend = "*Su Discord ora:*\n"
|
|
||||||
r = discord.getwidgetdata("176353500710699008")
|
r = discord.getwidgetdata("176353500710699008")
|
||||||
musicstatus = str()
|
# Elenco di tutte le persone online su Discord
|
||||||
|
tosend = "*Online su Discord, nel server {servername}:*\n".format(servername=r['name'])
|
||||||
|
# Qui inizia il codice peggiore di sempre
|
||||||
for member in r['members']:
|
for member in r['members']:
|
||||||
m = dict()
|
m = dict()
|
||||||
if 'bot' not in member or not member['bot']:
|
if 'bot' not in member or not member['bot']:
|
||||||
# Credo di aver scritto il peggior algoritmo di sempre. gg me
|
# Se una persona è connessa in chat vocale
|
||||||
if 'channel_id' in member:
|
if 'channel_id' in member:
|
||||||
|
# Controlla il suo stato (esclusa, mutata, normale) e scegli l'emoji appropriata
|
||||||
if member['deaf'] or member['self_deaf']:
|
if member['deaf'] or member['self_deaf']:
|
||||||
m['emoji'] = chr(128263)
|
m['emoji'] = chr(128263)
|
||||||
elif member['mute'] or member['self_mute']:
|
elif member['mute'] or member['self_mute']:
|
||||||
|
@ -315,16 +306,21 @@ def cv():
|
||||||
else:
|
else:
|
||||||
m['emoji'] = chr(128266)
|
m['emoji'] = chr(128266)
|
||||||
m['channelname'] = discord.getchannelname(r, member['channel_id'])
|
m['channelname'] = discord.getchannelname(r, member['channel_id'])
|
||||||
|
# Altrimenti
|
||||||
else:
|
else:
|
||||||
|
# Controlla il suo stato (online, in gioco, afk) e scegli l'emoji appropriata
|
||||||
if member['status'] == "online":
|
if member['status'] == "online":
|
||||||
if 'game' in member:
|
# Qui giace il pallino rosso se uno era in game, propongo di metterlo per quando uno sta streamando
|
||||||
m['emoji'] = chr(128308)
|
|
||||||
else:
|
|
||||||
m['emoji'] = chr(128309)
|
m['emoji'] = chr(128309)
|
||||||
elif member['status'] == "idle":
|
elif member['status'] == "idle":
|
||||||
m['emoji'] = chr(9899)
|
m['emoji'] = chr(9899)
|
||||||
|
# Aggiungi il nome del gioco a destra del nome
|
||||||
if 'game' in member:
|
if 'game' in member:
|
||||||
m['gamename'] = member['game']['name']
|
m['gamename'] = member['game']['name']
|
||||||
|
# Visualizza il nickname se presente, altrimenti visualizza l'username
|
||||||
|
if 'nick' in m:
|
||||||
|
member['username'] = m['nick']
|
||||||
|
else:
|
||||||
m['name'] = member['username']
|
m['name'] = member['username']
|
||||||
if 'gamename' in m and 'channelname' in m:
|
if 'gamename' in m and 'channelname' in m:
|
||||||
tosend += "{emoji} *{channelname}* {name} | _{gamename}_\n".format(**m)
|
tosend += "{emoji} *{channelname}* {name} | _{gamename}_\n".format(**m)
|
||||||
|
@ -337,11 +333,9 @@ def cv():
|
||||||
# Controlla se l'utente è royal music
|
# Controlla se l'utente è royal music
|
||||||
elif member['id'] == "176358898851250176":
|
elif member['id'] == "176358898851250176":
|
||||||
if 'game' in member:
|
if 'game' in member:
|
||||||
musicstatus = "{emoji} *{channelname}* {songname}\n" \
|
tosend += "{emoji} *{channelname}* {songname}\n" \
|
||||||
.format(emoji="\U0001F3B5", channelname=discord.getchannelname(r, member['channel_id']),
|
.format(emoji="\U0001F3B5", channelname=discord.getchannelname(r, member['channel_id']),
|
||||||
songname=member['game']['name'])
|
songname=member['game']['name'])
|
||||||
if musicstatus != "":
|
|
||||||
tosend += musicstatus
|
|
||||||
telegram.sendmessage(tosend, sentin, source)
|
telegram.sendmessage(tosend, sentin, source)
|
||||||
|
|
||||||
|
|
||||||
|
@ -405,7 +399,7 @@ def diario():
|
||||||
cmd = text.split(" ", 1)
|
cmd = text.split(" ", 1)
|
||||||
if len(cmd) > 1:
|
if len(cmd) > 1:
|
||||||
if cmd[1].isprintable():
|
if cmd[1].isprintable():
|
||||||
cmd[1] = cmd[1].replace("\n", " ")
|
cmd[1] = cmd[1].replace("\n", " ").encode("unicode_escape")
|
||||||
fdiario = filemanager.readfile("diario.txt")
|
fdiario = filemanager.readfile("diario.txt")
|
||||||
fdiario += str(int(time.time())) + "|" + cmd[1] + "\n"
|
fdiario += str(int(time.time())) + "|" + cmd[1] + "\n"
|
||||||
filemanager.writefile("diario.txt", fdiario)
|
filemanager.writefile("diario.txt", fdiario)
|
||||||
|
@ -429,12 +423,15 @@ def leggi():
|
||||||
def balurage():
|
def balurage():
|
||||||
print("@" + username + ": /balurage")
|
print("@" + username + ": /balurage")
|
||||||
# Rispondi commentando l'E3.
|
# Rispondi commentando l'E3.
|
||||||
telegram.sendmessage("MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN",
|
tosend = str()
|
||||||
sentin, source)
|
global ragelevel
|
||||||
|
ragelevel += 1
|
||||||
|
for rage in range(0, ragelevel):
|
||||||
|
tosend += "MADDEN "
|
||||||
|
telegram.sendmessage(tosend, sentin, source)
|
||||||
|
|
||||||
|
|
||||||
def lolfree():
|
def lolfree():
|
||||||
global lolfreestring
|
|
||||||
# Visualizza i campioni gratuiti di LoL di questa settimana
|
# Visualizza i campioni gratuiti di LoL di questa settimana
|
||||||
print("@" + username + ": /lolfree")
|
print("@" + username + ": /lolfree")
|
||||||
# Informa Telegram che il messaggio è stato ricevuto.
|
# Informa Telegram che il messaggio è stato ricevuto.
|
||||||
|
@ -442,11 +439,12 @@ def lolfree():
|
||||||
ora = time.gmtime()
|
ora = time.gmtime()
|
||||||
cmd = text.split(" ", 1)
|
cmd = text.split(" ", 1)
|
||||||
if len(cmd) > 1:
|
if len(cmd) > 1:
|
||||||
refresh = cmd[1].startswith("refresh")
|
refresh_requested = cmd[1].startswith("refresh")
|
||||||
else:
|
else:
|
||||||
refresh = False
|
refresh_requested = False
|
||||||
# Controlla se i dati sono già stati scaricati.
|
# Controlla se i dati sono già stati scaricati.
|
||||||
if lolfreestring is None or refresh:
|
global lolfreestring
|
||||||
|
if lolfreestring == "" or refresh_requested:
|
||||||
# Crea un nuovo set di dati.
|
# Crea un nuovo set di dati.
|
||||||
print("Aggiornamento champ gratuiti di League of Legends...")
|
print("Aggiornamento champ gratuiti di League of Legends...")
|
||||||
lolfreestring = "Champion gratuiti del `" + str(ora.tm_mday) + "/" + str(ora.tm_mon) + "/" + \
|
lolfreestring = "Champion gratuiti del `" + str(ora.tm_mday) + "/" + str(ora.tm_mon) + "/" + \
|
||||||
|
@ -459,11 +457,27 @@ def lolfree():
|
||||||
telegram.sendmessage(lolfreestring, sentin, source)
|
telegram.sendmessage(lolfreestring, sentin, source)
|
||||||
|
|
||||||
|
|
||||||
|
def getrygimage():
|
||||||
|
# Ricevi il link alla tua immagine del profilo Royal Games.
|
||||||
|
print("@" + username + ": /getrygimage")
|
||||||
|
telegram.sendmessage("[Scarica](https://dl.dropboxusercontent.com/u/23313381/Logo/Personali/{tag}.png)"
|
||||||
|
" la tua immagine del profilo Royal Games!".format(tag=royalgames[username.lower()]['icon']),
|
||||||
|
sentin, source)
|
||||||
|
|
||||||
|
|
||||||
|
def smecds():
|
||||||
|
# Secondo me, è colpa...
|
||||||
|
print("@" + username + ": /smecds")
|
||||||
|
accusato = random.sample(["dello stagista", "degli sposi", "di Santinelli", "di Sensei", "di Steffo", "di Spaggia",
|
||||||
|
"della sedia", "di Satana", "del Sangue (degli occhi di Adry)", "del Sale"])
|
||||||
|
telegram.sendmessage("Secondo me è colpa {accusato}...".format(accusato=accusato), sentin, source)
|
||||||
|
|
||||||
|
|
||||||
# Ciclo principale del bot
|
# Ciclo principale del bot
|
||||||
print("Bot avviato!")
|
print("Bot avviato!")
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
# Guarda il comando ricevuto.
|
# Guarda il comando .
|
||||||
msg = telegram.getupdates()
|
msg = telegram.getupdates()
|
||||||
# Se il messaggio non è una notifica di servizio...
|
# Se il messaggio non è una notifica di servizio...
|
||||||
if 'edit' in msg:
|
if 'edit' in msg:
|
||||||
|
@ -510,24 +524,16 @@ while True:
|
||||||
ciaostefanino()
|
ciaostefanino()
|
||||||
elif text.startswith('/balurage') or text.startswith("/madden"):
|
elif text.startswith('/balurage') or text.startswith("/madden"):
|
||||||
balurage()
|
balurage()
|
||||||
elif text.startswith('/potatogift'):
|
|
||||||
potatogift()
|
|
||||||
elif text.startswith('/ciaoruozi'):
|
elif text.startswith('/ciaoruozi'):
|
||||||
ciaoruozi()
|
ciaoruozi()
|
||||||
elif text.startswith('/ehoh'):
|
elif text.startswith('/ehoh'):
|
||||||
ehoh()
|
ehoh()
|
||||||
elif text.startswith('/playing'):
|
elif text.startswith('/sbam') or text.startswith('/rekt'):
|
||||||
playing()
|
|
||||||
elif text.startswith('/saldi'):
|
|
||||||
saldi()
|
|
||||||
elif text.startswith('/sbam'):
|
|
||||||
sbam()
|
sbam()
|
||||||
elif text.startswith('/osu'):
|
elif text.startswith('/osu'):
|
||||||
osucmd()
|
osucmd()
|
||||||
elif text.startswith('/roll'):
|
elif text.startswith('/roll'):
|
||||||
roll()
|
roll()
|
||||||
elif text.startswith('/automah'):
|
|
||||||
automah()
|
|
||||||
elif text.startswith('/cv'):
|
elif text.startswith('/cv'):
|
||||||
cv()
|
cv()
|
||||||
elif text.startswith('/online'):
|
elif text.startswith('/online'):
|
||||||
|
@ -542,14 +548,13 @@ while True:
|
||||||
lolfree()
|
lolfree()
|
||||||
elif text.startswith('/ombromanto'):
|
elif text.startswith('/ombromanto'):
|
||||||
ombromanto()
|
ombromanto()
|
||||||
elif text.startswith('/crash'):
|
elif text.startswith('/getrygimage'):
|
||||||
# Crasha il bot. Mi sembra geniale.
|
getrygimage()
|
||||||
if username == 'Steffo':
|
|
||||||
raise Exception("Ho appena fatto crashare tutto apposta. Sono un genio.")
|
|
||||||
else:
|
else:
|
||||||
print("@" + username + " bloccato.")
|
print("@" + username + " bloccato.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*"
|
telegram.sendmessage(chr(9762) + " *Errore critico:\n*"
|
||||||
"{0}\n".format(repr(e)), -2141322)
|
"{0}\n\n"
|
||||||
|
"Secondo me, è colpa dello stagista.".format(repr(e)), -2141322)
|
||||||
print("ERRORE CRITICO:\n"
|
print("ERRORE CRITICO:\n"
|
||||||
"{0}".format(repr(e)))
|
"{0}".format(repr(e)))
|
||||||
|
|
7
db.json
7
db.json
|
@ -233,5 +233,12 @@
|
||||||
"desc": "",
|
"desc": "",
|
||||||
"icon": "ProfiloVuoto",
|
"icon": "ProfiloVuoto",
|
||||||
"steam": 76561198147468795
|
"steam": 76561198147468795
|
||||||
|
},
|
||||||
|
"dailir":
|
||||||
|
{
|
||||||
|
"name": "Dailir",
|
||||||
|
"desc": "",
|
||||||
|
"icon": "",
|
||||||
|
"steam": 76561198165551475
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue