Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 564 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 564 Bytes

Crypto-Com API Wrapper

Build Status

In order to start pdf explorer you need:

  • Python 3.6+

Installation

pip install cryptocomapi

Sample Code

from cryptocomapi import CryptoComApi
api = CryptoComApi()
print(api.get_symbols())

Development

Want to contribute? Great!

Todos:

  • Write Tests
  • Implement Auth Section
  • Implement User Related Calls

License

MIT

Free Software, Hell Yeah!