jpdasma / coin

3rd party command line tool for coins.ph (This is not in anyway related to the coins.ph)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coin

coins.ph command line tool.

You would need to get a developers api since this is currently using HMAC for authentication.

Usage

[local@localhost]$ coin-cmd --help
Usage: coin-cmd [OPTIONS] COMMAND [ARGS]...

  coins.ph command line tool

Options:
  --help  Show this message and exit.

Commands:
  buy_load  Buy a load using your coins.ph account.
  config    Setup the API and Secret key in a config...

Initialize config file:

coin-cmd config

Buy load:

coin-cmd buy_load [OPTIONS] PHONE_NUMBER AMOUNT NETWORK

[local@localhost]$ coin-cmd buy_load +639151111111 100 globe

To Do

  1. Add other features from coins.ph (Transfer money, convert money)
  2. Automatically detect the network based on the phone number
  3. Use OAUTH instead of HMAC

About

3rd party command line tool for coins.ph (This is not in anyway related to the coins.ph)

License:GNU General Public License v3.0


Languages

Language:Python 98.3%Language:Makefile 1.7%