GridControl is a Free-to-play In-browser Social Massive-Multiplayer-Online Game, where you control your bot using a specialized stack-based language (called gridlang) and your github account. Your bot can roam the grid, gather resources, and attack/avoid other bots. The best code wins!
Purpose: allow users to write .gridc directly in their gist.
Task: Augment https://github.com/GridControl-Team/GridControl/blob/master/gridcontrol/content/views.py#L70 use_gist to pass .gridc files to lzm's gridc webservice (at http://lessandro.com/gridc-ws/ ).
I assume you just make a POST request with the file contents.