1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Aggiunte api key

This commit is contained in:
Steffo 2015-08-10 20:45:43 +02:00
parent a0d0f42479
commit 3a77472090
2 changed files with 6 additions and 7 deletions

3
.gitignore vendored
View file

@ -100,3 +100,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
lastid.txt
telegramapi.txt
osuapi.txt
steamapi.txt

View file

@ -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