Gist Comment Compilation Automation - Automatically Adding the Content of Comments to a GitHub Gist

Automatically add the content of comments to a gist, based on a keyword and the author of the comment.

A tool for automating the addition of content to a gist. Since gist can be publicly shared and embedded, they make a great tool for sharing information or enabling users to extend a document on their own.

Since GitHub doesnt provide any way to give other users the permission to edit the gist that is pretty hard. This tool lets users create comments under the gist, checks if the author is authorized and the comments starts with a specified keyword. If both is correct, the content of the comment gets added to the gist.

Code

Written in Python, and using the GitHub Gist API.

GitHub Repo

Example

ForsenCode-7-bit-Benchmarks

Last modified 2022.07.27