mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Aggiunte api key
This commit is contained in:
parent
a0d0f42479
commit
3a77472090
2 changed files with 6 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -100,3 +100,6 @@ $RECYCLE.BIN/
|
|||
# Windows shortcuts
|
||||
*.lnk
|
||||
lastid.txt
|
||||
telegramapi.txt
|
||||
osuapi.txt
|
||||
steamapi.txt
|
||||
|
|
10
royalbot.py
10
royalbot.py
|
@ -3,12 +3,6 @@
|
|||
import requests #Modulo per fare richieste su HTTP
|
||||
import time #Modulo per mettere in pausa il programma
|
||||
|
||||
#Token del bot, non diffondere
|
||||
token = "120621161:AAHeVgQhlfGx36KT9NyGemauZBPEbe9Xfv0"
|
||||
|
||||
#Token di Steam, per /steam
|
||||
steamtoken = "042E26965C7AA24487FEBA6205017315"
|
||||
|
||||
#Ultimo messaggio mandato dal bot.
|
||||
lastmsg = ""
|
||||
|
||||
|
@ -151,4 +145,6 @@ while(True):
|
|||
else:
|
||||
sendMessage(name + " e' " + text + ".", msg['chat']['id'], msg['from']['id'])
|
||||
else:
|
||||
sendMessage(unichr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id'])
|
||||
sendMessage(unichr(9888) + " Lo SteamID o l'username non esiste!", msg['chat']['id'], msg['from']['id'])
|
||||
#Controlla lo stato di una persona su Osu, because why not
|
||||
if
|
Loading…
Reference in a new issue