In order to start pdf explorer you need:
- Python 3.6+
pip install cryptocomapi
from cryptocomapi import CryptoComApi
api = CryptoComApi()
print(api.get_symbols())
Want to contribute? Great!
Todos:
- Write Tests
- Implement Auth Section
- Implement User Related Calls
MIT
Free Software, Hell Yeah!