Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

uclaacm/Hack-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack-CLI

Use this CLI to interact with the ACM Hack API.

To install it, clone this repository and run

$ python setup.py install

Then run the CLI

$ acm help

By default, the CLI will use the API on the production server. If you want to switch to testing mode (use the server on http://localhost:5000), you can do that by setting the use_local property:

$ acm cli:set use_local 1

To switch to the remote dev server on http://hack-ucla-dev.herokuapp.com,

$ acm cli:set use_dev 1

To revert to the production server,

$ acm cli:set use_local 0
$ acm cli:set use_dev 0

About

Command line interface to view and modify data on the ACM Hack website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages