Skip to content

vichubenzene/Api-Miku-says

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api-Miku-says

Api to get inspiring random Quotes and random Topics to talk about

Base url : https://miku-says.benzene002.repl.co/

Quotes

Topic

content Contributions are always welcomed with love and respect.. Join discord server for contact server link

Quotes:

import requests,json

r = requests.get('https://miku-says.benzene002.repl.co/quote')
quote = json.loads(r.text)
print(quote)

print(quote['author'])
print(quote['quote'])
>> {'author': 'Charlie Chaplin', 'quote': 'The deeper the truth in a creative work, the longer it will live.  '}
>> Charlie Chaplin
>> The deeper the truth in a creative work, the longer it will live. 

Topics:

import requests,json

r = requests.get('https://miku-says.benzene002.repl.co/topic')
topic = json.loads(r.text)
print(topic)
>> Do you think that VR (virtual reality) will become mainstream in the near future?

About

Api to get random 'Quotes' and random 'Topics' to talk about

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published