A simple Python wrapper for the SentiCrypt API.
Project description
pysenticrypt
A simple Python wrapper for the SentiCrypt API, providing access to cryptocurrency sentiment analysis data.
Installation
pip install pysenticrypt
Usage
from pysenticrypt import SentiCryptAPI
# Initialize the API client
api_client = SentiCryptAPI()
# Get the entire history of sentiment analysis data
all_data = api_client.get_all_data()
print(all_data)
# Get the entire history of sentiment analysis data in a pretty format
pretty_data = api_client.get_pretty_all_data()
print(pretty_data)
# Get a list of all available endpoints
index_data = api_client.get_index()
print(index_data)
# Get sentiment analysis data for a specific date
date_data = api_client.get_data_by_date("2023-04-17")
print(date_data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysenticrypt-0.1.0.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file pysenticrypt-0.1.0.tar.gz
.
File metadata
- Download URL: pysenticrypt-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 735e32fd4268fa867c6f6db4b87ea813381051e68c00198250ca2be65bf2ad46 |
|
MD5 | 30436ebcd765bfdb6a26778dadf56274 |
|
BLAKE2b-256 | e3f5de71d739324932863b39a3459b1cd6ea01877b2dcb674d36bd9cc23408cd |
File details
Details for the file pysenticrypt-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pysenticrypt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d71db0d322c205eb833c0ca2dd9b448c9dc79c35b09ea5fe7bbcdade592dd87 |
|
MD5 | da4ec4e3d4d79b04b271e9d5bac1c46e |
|
BLAKE2b-256 | 989b3a92231640daff266af3c3553f921e11de798651a611a6e3b9349bf2b684 |