Skip to content

CharlieZith/8ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8ball

Simple 8ball API written in Python


GET https://localhost/api/8ball
Response
status content-type response
200 application/json {"success: true, "answer": <answer>}

Possible Answers

["It is certain.", "Yes, definitely.", "You may rely on it.", "Outlook good.", "Yes", "Don't count on it.", "My sources say no.", "The outlook is not good.", "Very doubtful.", "No", "Ask me when pigs fly.", "Maybe in your dreams.", "I'm not a fortune teller, I'm an 8 ball.", "The stars are aligned in your favor.", "Keep your fingers crossed.", "Anything is possible with a little faith.", "The answer is blowing in the wind.", "Only time will tell.", "The universe has other plans for you."]


About

Simple 8ball API written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages