No project description provided
Project description
Eureka-Py
Library for interaction with the Eureka API.
Installation
pip install EurekaPy
Usage
from EurekaAPI import *
# Replace YOUR_API_KEY with your actual API key
Agent = Eureka_Agent("YOUR_API_KEY")
# Send a message to the API
response = Agent.say("Hello, world!")
# Print the response text
print(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
EurekaAPI-0.0.9.tar.gz
(2.8 kB
view hashes)