Use rpsrunner.py to play unranked matches on your computer.
import random output = 'R' if (random.uniform(0,1)> 0.7) else 'S'