Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.43 KB

README.rst

File metadata and controls

30 lines (19 loc) · 1.43 KB

AGM

Documentation Status https://travis-ci.org/Cloudbakers/agm.svg?branch=master

AGM is an unofficial command line interface for Google APIs, written in Python. For example, if I wanted to get a list of all the items in my drive account, I would use the command:

agm drive files list --user [email protected] --fields "*"

AGM will parse this command and efficiently execute these requests. AGM works with all Google APIs and provides additional features which makes quickly processing data from Google's APIs simple and easy. It's great for debugging, G Suite administration, or simple task automation.

This tool is currenly in Alpha, so bugs are possible. Please report any issues to the issues tab on GitHub. If you'd like to contribute, please let me know or submit a pull request!

Developed and maintained by Alex Wennerberg

Documentation

More detailed documentation can be found on readthedocs!