A Python client for interfacing with Emotion AI API services.
Project description
pip install emotion_ai_api
emotion_ai = EmotionAI(base_url="https://api.emotion-ai.io", api_key="YOUR_API_KEY")
text = "This is the text to be analyzed." user_id = "USER_ID"
response = emotion_ai.analyze_user_text(text, user_id) emotion_ai.pretty_print_response(response)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emotion_ai_api-0.1.8.tar.gz.
File metadata
- Download URL: emotion_ai_api-0.1.8.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51e715d840328571b5b26a645a012ae1cb7f0714c4fc5afd4707f1f2c57f1774
|
|
| MD5 |
aed164ab9af480bf2471db5ae02d63a9
|
|
| BLAKE2b-256 |
b85991df272380e4738c09d3fe7cbb474cee60760e8c80018c0c38d2851472ae
|
File details
Details for the file emotion_ai_api-0.1.8-py3-none-any.whl.
File metadata
- Download URL: emotion_ai_api-0.1.8-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc6e2ff8768ae7235ad967901e52e176d8c7c29a9aec5580dbf595d4a68fe921
|
|
| MD5 |
9aaa4c61ce3c99573b53914df37eec87
|
|
| BLAKE2b-256 |
d55c394a45c4866d55ce44ea1d74fbf906206423fc69c97685e64519a3dd74be
|