PyRunner
Back to dashboard
Deploy New Script
Script Name *
Upload .py File (optional)
Click to upload
or drag & drop a .py file
Python Code *
script.py
import time import random print("Bot started!") while True: # Your automation logic here print(f"Running at {time.strftime('%H:%M:%S')} | value={random.randint(1,100)}") time.sleep(5)
pip Requirements
one per line (e.g. requests==2.28.0)
Deploy Script
Cancel
Remix with