Random Stuff Api Wrapper
Set-Up
pip install rsaw==0.8from rsaw.v5.rsa import *
client = RandomStuff(key="Remote Control", server="main")Backup Messages:
from rsaw.v5.rsa import *
client = RandomStuff(key="Remote Control", server="main")
client.set_backups(ai=['ai broke man','ai cant think'], joke=['joke failed'])
joke = client.get_joke(joke_type='invalid joke type')
print(joke) # then this would print joke failed because thats our backupResponse Type:
Error's:
Last updated