-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5610871
Showing
11 changed files
with
200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Cyrus Yip | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# magic8ball package | ||
|
||
Gets a list of magic 8 ball responses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
balllist = [ | ||
'Yes.', | ||
'No.', | ||
'Of course.', | ||
'Good luck making that happen.', | ||
'It may happen.', | ||
'The chance of that happening is as likely as dolphins singing \'Happy Birthday\' all of a sudden.', | ||
'No, just... no.', | ||
'The magic sources say yes, don\'t ask me who they are!', | ||
'Ask again later, or never, it is not my decision.', | ||
'Outlook good.', | ||
'Seems nice.', | ||
'Ask again later.', | ||
'Concentrate and ask again.', | ||
'It might be yes, but how am I supposed to know!?', | ||
'Don\'t count on it.', | ||
'Maybe yes, maybe no.', | ||
'Yes - definitely.', | ||
'No - definitely not.', | ||
'Why are you asking me?', | ||
'Noooooooooooooooooooooooooooo.', | ||
'Error 404, response not found. Ask again later.', | ||
'I see \'Yes\' in your future.', | ||
'Only you know the answer... unless someone else knows.', | ||
'Why are you asking me questions, don\'t you have something better to do?', | ||
'The answer you are seeking is not available at the moment.', | ||
'Definitely, no.', | ||
'Stars aligned, I don\'t know what that means', | ||
'Saturn is bright today (or tonight).', | ||
'You think I\'m a magic 8 ball or something?', | ||
'Yes, yes, yes yes yes. The gods say: no.', | ||
'Yes sir. (or ma\'am or whatever you prefered to be called.)', | ||
'\"Bzzzzt- We got incoming. New message. Message: \'No.\'', | ||
'Let it go, let it goooooo! Can\'t hold it back any— Um... This is awkward... \"Ask again later."', | ||
'Repeat your question.', | ||
'Does not compute.', | ||
'Thy answer is aye.', | ||
'Prithee, asketh again.', | ||
'Error 63.84e45: Question overload! System failure. Try again later.', | ||
'You shall ask again. LISTEN TO ME!', | ||
'Yeet.', | ||
'It\'s obviously no—just kidding, it\'s yes.', | ||
'Affirmative.', | ||
'Whatever you say.', | ||
'Most likely.', | ||
'It is decidedly so.', | ||
'Not now, maybe when you\'re older.', | ||
'The wise gods say... *suspenceful music plays* \"No.\"', | ||
'Yes!!!', | ||
'\"Hello, TotallyNotFakeCyGuy here and your answer is—\" What is he doing here?! GET OUT! And for you... \"Please try again later.\"', | ||
'New message recieved: Yes', | ||
'Of course... not. Jkjk, yes...or is it? It isn\'t not of course not not the opposite of not no. Confusion: 1000. Ask again later.', | ||
'Try again ~~later~~ right now.', | ||
'[REDACTED]', | ||
'Let\'s leave the answer into the unknown, into the unknown.', | ||
'godTransmissionError: Evil intercepted. Please try again.', | ||
'\"Don\'t take advice from a bot\" - Abraham Lincoln', | ||
'Ask again in 3.8 minutes.', | ||
'~~Yes, definitely.~~', | ||
'Sorry for the interruption: If you would like to add this plugin to your ModMail bot, use the command below! Now, the answer you\'ve been waiting for: [Please try again later.]', | ||
'Yes. WAHOO!!! Wait, that\'s good, right?', | ||
'Message recieved. Message: [Error 6.88e8: Message not recieved, try again later.]', | ||
'<insert answer here>' | ||
] |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
balllist = [ | ||
'Yes.', | ||
'No.', | ||
'Of course.', | ||
'Good luck making that happen.', | ||
'It may happen.', | ||
'The chance of that happening is as likely as dolphins singing \'Happy Birthday\' all of a sudden.', | ||
'No, just... no.', | ||
'The magic sources say yes, don\'t ask me who they are!', | ||
'Ask again later, or never, it is not my decision.', | ||
'Outlook good.', | ||
'Seems nice.', | ||
'Ask again later.', | ||
'Concentrate and ask again.', | ||
'It might be yes, but how am I supposed to know!?', | ||
'Don\'t count on it.', | ||
'Maybe yes, maybe no.', | ||
'Yes - definitely.', | ||
'No - definitely not.', | ||
'Why are you asking me?', | ||
'Noooooooooooooooooooooooooooo.', | ||
'Error 404, response not found. Ask again later.', | ||
'I see \'Yes\' in your future.', | ||
'Only you know the answer... unless someone else knows.', | ||
'Why are you asking me questions, don\'t you have something better to do?', | ||
'The answer you are seeking is not available at the moment.', | ||
'Definitely, no.', | ||
'Stars aligned, I don\'t know what that means', | ||
'Saturn is bright today (or tonight).', | ||
'You think I\'m a magic 8 ball or something?', | ||
'Yes, yes, yes yes yes. The gods say: no.', | ||
'Yes sir. (or ma\'am or whatever you prefered to be called.)', | ||
'\"Bzzzzt- We got incoming. New message. Message: \'No.\'', | ||
'Let it go, let it goooooo! Can\'t hold it back any— Um... This is awkward... \"Ask again later."', | ||
'Repeat your question.', | ||
'Does not compute.', | ||
'Thy answer is aye.', | ||
'Prithee, asketh again.', | ||
'Error 63.84e45: Question overload! System failure. Try again later.', | ||
'You shall ask again. LISTEN TO ME!', | ||
'Yeet.', | ||
'It\'s obviously no—just kidding, it\'s yes.', | ||
'Affirmative.', | ||
'Whatever you say.', | ||
'Most likely.', | ||
'It is decidedly so.', | ||
'Not now, maybe when you\'re older.', | ||
'The wise gods say... *suspenceful music plays* \"No.\"', | ||
'Yes!!!', | ||
'\"Hello, TotallyNotFakeCyGuy here and your answer is—\" What is he doing here?! GET OUT! And for you... \"Please try again later.\"', | ||
'New message recieved: Yes', | ||
'Of course... not. Jkjk, yes...or is it? It isn\'t not of course not not the opposite of not no. Confusion: 1000. Ask again later.', | ||
'Try again ~~later~~ right now.', | ||
'[REDACTED]', | ||
'Let\'s leave the answer into the unknown, into the unknown.', | ||
'godTransmissionError: Evil intercepted. Please try again.', | ||
'\"Don\'t take advice from a bot\" - Abraham Lincoln', | ||
'Ask again in 3.8 minutes.', | ||
'~~Yes, definitely.~~', | ||
'Sorry for the interruption: If you would like to add this plugin to your ModMail bot, use the command below! Now, the answer you\'ve been waiting for: [Please try again later.]', | ||
'Yes. WAHOO!!! Wait, that\'s good, right?', | ||
'Message recieved. Message: [Error 6.88e8: Message not recieved, try again later.]', | ||
'<insert answer here>' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Metadata-Version: 2.1 | ||
Name: magic8ball-realcyguy | ||
Version: 1.0 | ||
Summary: Magic 8 ball answers. | ||
Home-page: https://github.com/realcyguy | ||
Author: Cyrus Yip | ||
Author-email: cyruscmyip1@gmail.com | ||
License: UNKNOWN | ||
Description: # magic8ball package | ||
|
||
Gets a list of magic 8 ball responses. | ||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Operating System :: OS Independent | ||
Requires-Python: >=3.6 | ||
Description-Content-Type: text/markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
README.md | ||
setup.py | ||
magic8ball/__init__.py | ||
magic8ball_realcyguy.egg-info/PKG-INFO | ||
magic8ball_realcyguy.egg-info/SOURCES.txt | ||
magic8ball_realcyguy.egg-info/dependency_links.txt | ||
magic8ball_realcyguy.egg-info/top_level.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
magic8ball |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import setuptools | ||
|
||
with open("README.md", "r") as fh: | ||
long_description = fh.read() | ||
|
||
setuptools.setup( | ||
name="magic8ball-realcyguy", | ||
version="1.0", | ||
author="Cyrus Yip", | ||
author_email="cyruscmyip1@gmail.com", | ||
description="Magic 8 ball answers.", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/realcyguy", | ||
packages=setuptools.find_packages(), | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
], | ||
python_requires='>=3.6', | ||
) |