Tyler887
Tyler887
Only the copyright notice does not provide an easy way for licensee to know the license. Copying the entire license would let licensee properly know the license.
Python 2.x is already dead so I suggest adding a statement that this works in Python 3.
As Flash ended support in Dec 31, 2020, and does not operate after about January 2021, this will not work. Could you migrate to HTML and JavaScript?
https://choosealicense.com/no-permission v.s. https://choosealicense.com/licenses/cc-by-sa-4.0
As in the CC FAQ, all CC licenses should **not** be used for software. You may wish to go with [Apache](https://apache.org/licenses/LICENSE-2.0) instead.
result of `ghapi meta.get_octocat`: ``` Traceback (most recent call last): File "C:\Users\tyler\scoop\apps\python\current\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\tyler\scoop\apps\python\current\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\tyler\scoop\apps\python\current\Scripts\ghapi.exe\__main__.py",...
optparse is deprecated and will be removed in a later version of python, use argparse instead.