Swiftpack.co - NozeIO/swift-nio-irc-eliza as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by NozeIO.
NozeIO/swift-nio-irc-eliza 0.7.1
A cheap and scalable therapist for SwiftNIO-IRC
⭐️ 4
🕓 5 years ago
.package(url: "https://github.com/NozeIO/swift-nio-irc-eliza.git", from: "0.7.1")

swift-nio-irc-eliza

Swift4 Swift5 iOS macOS tuxOS Travis

SwiftNIO IRC is a Internet Relay Chat protocol implementation for SwiftNIO, including a client.

SwiftNIO IRC Eliza, is a scalable Rogerian psychotherapist based on the SwiftEliza module. Eliza is always there for you!

This bot can be used standalone, or you can embed it as a Swift module.

Talking to Eliza

In your IRC just talk to nickname Eliza, she'll respond!

Importing the module using Swift Package Manager

An example Package.swift importing the necessary module:

// swift-tools-version:5.0

import PackageDescription

let package = Package(
    name: "MyElizaBotTool",
    dependencies: [
        .package(url: "https://github.com/NozeIO/swift-nio-irc-eliza.git",
                 from: "0.7.0")
    ],
    targets: [
        .target(name: "MyElizaBotTool",
                dependencies: [ "IRCElizaBot" ])
    ]
)

Who

Brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

GitHub

link
Stars: 4
Last commit: 5 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Separate Setups
5 years ago

The IRC client lib was moved to a standalone package to not spam the protocol implementation.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics