Skip to content

Teli-Q/TeliQKit

Repository files navigation

Preview

TeliQKit

TeliQKit is a Swift library for TeliQ, which is a Chat client for macOS.

Download for Source Code

🧪 Working in Progress

⛏️ Usage

This framework is fully based on NapCat API development. So you can refer to the NapCat for more information.

To use this library, add the package to your project and then import it.

// swift-tools-version: 5.10
import PackageDescription

let package = Package(
    dependencies: [
        .package(url: "https://github.com/Teli-Q/TeliQKit.git", from: "main")
    ]
)

Then, import the package in your source code:

import TeliQKit

🔗 References

📄 License

TeliQKit is licensed under AGPL-3.0. You can use it for free, but you must open source your code.

🧑‍⚖️ Author

TeliQKit © Wibus, Released under AGPL-3.0. Created on Nov 5, 2024.

Personal Website · Blog · GitHub @wibus-wee · Telegram @wibus✪

Releases

No releases published

Packages

No packages published

Languages