Skip to content
/ coin Public

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

License

Notifications You must be signed in to change notification settings

jpdasma/coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published