Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

agm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agm

An (unofficial) command line interface for Google APIs

  • 0.1.9
  • Source
  • PyPI
  • Socket score

Maintainers
1

AGM

.. image:: https://readthedocs.org/projects/agm/badge/?version=latest :target: https://agm.readthedocs.io/?badge=latest :alt: Documentation Status

.. image:: https://badge.fury.io/py/agm.svg :target: https://badge.fury.io/py/agm

.. image:: https://travis-ci.org/Cloudbakers/agm.svg?branch=master :target: https://travis-ci.org/Cloudbakers/agm

.. image:: https://img.shields.io/pypi/pyversions/agm.svg

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:

.. code-block:: bash

agm drive files list --user myemail@gmail.com --fields "*"

AGM will parse this command and efficiently execute these requests. AGM works with all Google APIs <https://developers.google.com/apis-explorer/#p/>_ 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 <https://github.com/Cloudbakers/agm/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 <https://github.com/alexwennerberg>_

Documentation

More detailed documentation can be found on readthedocs <https://agm.readthedocs.io/?>_!

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc