Contents

swift-tweets/tweetup-kit

_TweetupKit_ is a Swift library which helps to make a presentation on Twitter. It parses decodes scripts of presentations written in a format similar to Markdown. Decoded tweets are automatically posted with a constant interval.

Tweets format

Tweets can be written in a format similar to Markdown like this. Each tweet is separated by ---.

---

Tweets can contain code. TweetupKit creates a Gist of the code, and a link to the Gist and a screenshot of the code are posted together.

``swift:hello.swift let name = "Swift" print("Hello \(name)!") ``

---

Also images can be attached to tweets.

Installation

Swift Package Manager is available.

.package(
    url: "https://github.com/swift-tweets/tweetup-kit.git",
    from: "0.2.0"
)

Package Metadata

Repository: swift-tweets/tweetup-kit

Default branch: master

README: README.md