-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anonymous gist will be disabled soon #68
Comments
Maybe it's time to switch to Mozilla's public pastebin or require account credentials for gist. |
I'd say requiring account credentials is fine; creating a new account is pretty easy. |
Perhaps have a backup service that doesn't require auth, and use that if the config doesn't include a token. Gist seems to be well-liked, and I see few (but not zero) people using the mozilla paste site. I tried to paste some ES6 code into it, and it didn't like that. Also currently the gist code requires a site that supports markdown rendering, which the mozilla paste site doesn't seem to support. The only thing I like about the mozilla paste site (aside from expiration, maybe) is that it's likely to continue existing for a long time, while some others have less of a backing. Just putting this out there: another option is for the bot run an HTTP server, and display the pastes as basic html. No external service, but bad for other reasons. I think relying on an external service is best for now, at least in oftn-bot (I'm working on an IRC bot which will have a web interface). |
https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/
This is currently used by oftn-bot to report a failed ecma evaluation. It uploads it as an anonnymous Gist, and then reports a shortened Git.io url back to IRC.
For example:
The text was updated successfully, but these errors were encountered: