|
Project Information
Links
|
IntroductionGoogle Apps Shell Interface (GASI) is a graphical user interface designed to simplify use of Google Apps API commands. The commands available are those from the Google Apps Shell (GAS). Google Apps Shell (GAS) is a script enabling Google Apps administrators to leverage the Google Apps APIs without making their own program. This project hosts both GASI and GAS. DetailsThe Google Apps Shell Interface makes it simple to programmatically issue commands to your Google Apps account. It allows users to programmatically execute commands from both GAS without having to write a bash script. Some use cases include:
GAS was influenced by the open source project Google Apps Manager (GAM), but is distinct from GAM. DownloadTo download the most recent version of Google Apps Shell, use the following link: Download gasi.zip (right click and select save as) InstallInstallation is straightforward so long as you have Python installed.
If you are not sure if you have Python installed, try running the command "python gasi.py" anyway. If you don't have Python installed, you can get it at python.org. Getting StartedOnce you have successfully installed and opened GASI, you are ready to read the Getting Started with GASI documentation. |