InspiroBot - Auto generated "inspirational" quotations, powered by AI
by•
InspiroBot is an artificial intelligence dedicated to generating unlimited amounts of unique inspirational quotes for endless enrichment of pointless human existence.
Replies
Best
Please make an API so that I can wake up to a new amazingly depressing funny quotes every morning
Report
@raj_cipher if you know Python, this is all you need to save a random quote to 'quote.jpg': `with open("quote.jpg", "wb") as f: f.write(requests.get(requests.get("https://inspirobot.me/api?genera...").content).content)`. You do need to import requests first though.
Replies