https://github.com/paulseperformance/cryptopanic_api_wrapper
CryptoPanic API Wrapper for Python
https://github.com/paulseperformance/cryptopanic_api_wrapper
api-wrapper cryptocurrency cryptopanic nlp-machine-learning python
Last synced: about 1 year ago
JSON representation
CryptoPanic API Wrapper for Python
- Host: GitHub
- URL: https://github.com/paulseperformance/cryptopanic_api_wrapper
- Owner: pAulseperformance
- Created: 2019-01-30T06:02:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T06:37:16.000Z (over 7 years ago)
- Last Synced: 2025-03-28T01:50:30.147Z (over 1 year ago)
- Topics: api-wrapper, cryptocurrency, cryptopanic, nlp-machine-learning, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptopanic_API_Wrapper
Simple Wrapper to help pull data from the cryptopanic API.
**api_gather.py** Contains functions to make calls to cryptopanic API easier. *Hopefully.*
**format.py** Contain a basic layout of how to use calls, and format the data into a pandas df.
The purpose of this wrapper is to enable functional integration with the cryptopanic API. Further, format the responses to aid in a crypto NLP system.
To run:
* Clone the repo on your local machine. `$ git clone https://github.com/GrilledChickenThighs/cryptopanic_API_Wrapper.git`
* Navigate to the project directory
* Run `$ python3 setup.py`
* Make an API Auth Token by signing up on cryptopanic.com
* Copy your new API token
* Open config.py and paste your Token into the API_KEY field