Skip to main content

A Python wrapper for the SplitticAPI

Project description

The SplitticAPI Library provides a convenient Python interface for interacting with the Splittic API, allowing users to integrate Splittic’s AI functionality into their applications. This library is designed to be easy to use and flexible for both asynchronous and synchronous programming.

Installation

To install the SplitticAPI Library, use the following command:

pip install SplitticAPI

Getting Started

  1. Obtain API Key: - Visit the FreeAI [discord server](https://discord.gg/W4bwWX3HJx). - Retrieve your API key from the #api channel.

  2. Initialize ChatModule: - Import the ChatModule class from SplitticAPI.meowgpt. - Set the global API key using ChatModule.initialize(api_key).

  3. Create a Chat Instance: - Create a new chat instance using ChatModule.create_chat(api_key). - Each instance automatically generates a unique chat ID.

  4. Send Messages: - Use the reply(message) method to send a synchronous message and get a reply. - Optionally, use the async_reply(message) method for asynchronous interactions.

Example

from SplitticAPI.meowgpt import ChatModule

# Set the global API key
api_key = "your_api_key_here"
ChatModule.initialize(api_key)

# Create a ChatModule instance with a unique chat ID
chat_instance = ChatModule.create_chat(api_key)

# Send a synchronous message and get a reply
def main():
    reply = chat_instance.reply("Hi")
    print(reply)

# Run the program
if __name__ == "__main__":
    main()

For more detailed information, refer to the official Splittic API documentation.

License

This library is released under the MIT License. Feel free to use, modify, and distribute it according to your needs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

SplitticAPI-1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file SplitticAPI-1-py3-none-any.whl.

File metadata

  • Download URL: SplitticAPI-1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.0

File hashes

Hashes for SplitticAPI-1-py3-none-any.whl
Algorithm Hash digest
SHA256 3637d92b31f9d8545a0da27848510a2fee996591f7249ac7db168c6df76422be
MD5 b7814a1465810075f5c4dc0945af6b53
BLAKE2b-256 7da12af2821047d7fcbaf32bb73d1df99b1131488f6026d351c59a85648b7448

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page