Skip to content
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

Code snippet #3

Open
bviecelli opened this issue Aug 29, 2017 · 2 comments
Open

Code snippet #3

bviecelli opened this issue Aug 29, 2017 · 2 comments
Labels

Comments

@bviecelli
Copy link

bviecelli commented Aug 29, 2017

Add support to send formatted code to the group through services like Etherpad, GitHub's Gist, and so on, or a link to formatted code files.

@bviecelli
Copy link
Author

Etherpad seems nice. We can put the service online on the same server that the bot is running, so we are responsible for the data. But this will generate traffic and space requirements for the server.

@bmeneg
Copy link

bmeneg commented Aug 29, 2017

@bviecelli people in my daily-job use Etherpad and TBH I don't really like it hahaha. Actually their purpose are different, Etherpad is basically a "collaborative editing tool" and not a snippet one where Gist would fit much better due to its features related to source code presentation: source highlight, annotation, comments, ... so I really tends for Gist against any other Pastebin-like tool.

And the point about to maintain our own instance of the service IMHO we didn't need to care about being public or not.. well at least not today, since we won't share secrets around. If we plan to do something private in the future the plugin could connect through an API to the service hosted in our private server.. but for now... a public one + history feature (the one mentioned on #1) would be much easier.

@bmeneg bmeneg added the feature label Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants