49
Hey Veer, I am a bot to eval codes of various languages.
I'm built using the piston eval engine and the gottbot library.
Hit /help for info related to commands.
50
Hey Veer, I am a bot to eval codes of various languages.
I'm built using the piston eval engine and the gottbot library.
Hit /help for info related to commands.
Hangout
54
/start
Hangout
52
geh
47
Hey ÀÑÑÌHÌLÃTØR SPARK, I am a bot to eval codes of various languages.
I'm built using the piston eval engine and the gottbot library.
Hit /help for info related to commands.
55
Hey ÀÑÑÌHÌLÃTØR SPARK, I am a bot to eval codes of various languages.
I'm built using the piston eval engine and the gottbot library.
Hit /help for info related to commands.
55
Hey Veer, I am a bot to eval codes of various languages.
I'm built using the piston eval engine and the gottbot library.
Hit /help for info related to commands.
53
Hey Veer, I am a bot to eval codes of various languages.
I'm built using the piston eval engine and the gottbot library.
Hit /help for info related to commands.
Hangout
51
/start
53
/help
Here is the list of all commands:
- /start: Start the bot
- /help: Prints this message
- /id: Get id of current chat and user
- /languages: List all supported languages
- /{language} eval code... : Eval a code in 'language'
Example:
<- To print "Hello World" in python:
-> /python print("Hello World")
51
/help
Here is the list of all commands:
- /start: Start the bot
- /help: Prints this message
- /id: Get id of current chat and user
- /languages: List all supported languages
- /{language} eval code... : Eval a code in 'language'
Example:
<- To print "Hello World" in python:
-> /python print("Hello World")
Hangout
55
I'm tracking labrat's updates
Hangout
52
@annihilatorrrr use commands now
51
Hello! I'm Eval Bot. Thanks for adding me to this group.
Hit /help for more info.
Hangout
42
TamTam Bot API chat
Hangout
42
Something is wrong with polling
Hangout
43
interesting
42
/python from asyncio import get_event_loop, sleep
loop = get_event_loop()
async def sleeper(): await sleep(62727727277272772) print("ok")
loop.create_task(sleeper()) ...
/piston/jobs/e438256f-63b2-44d8-b074-d4042ded06b6/file0.code:3: DeprecationWarning: There is no current event loop
loop = get_event_loop()
Hangout
45
/python from asyncio import get_event_loop, sleep
loop = get_event_loop()
async def sleeper():
await sleep(62727727277272772)
print("ok")
loop.create_task(sleeper())
Hangout
46
/stats