edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

pyeval no longer works due to API deprecation #141

Closed leonthemisfit closed 7 years ago

leonthemisfit commented 7 years ago

Google appengine's Python 2.5 service has reached end of life and has been fully shutdown. Because of this the gonzobot .python command is no longer functioning. More information can be found here: https://cloud.google.com/appengine/docs/deprecations/

starsparrow commented 7 years ago

Just found this out independently. More info:

$ curl pyeval.appspot.com returns the following after the transfer information:

Python 2.5 is no longer available. Please refer to https://goo.gl/aESk5L for more information.

(The goo.gl shortlink resolves to the one that @leonthemisfit posted above)