TwitterQuery 0.1.0

TwitterQuery 0.1.0

TestsTested βœ—
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2017
SPMSupports SPM βœ—

Maintained by noppefoxwolf.



TwitterQuery

Version
License
Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

swift4.0
ios8.0~

Installation

TwitterQuery is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'TwitterQuery'

Usage

let q = TwitterQuery(q: "き぀ね")
          .and(q: "かわいい")
          .from(screenName: "noppefoxwolf")
          .filter(kind: .images, inculde: true)
          .lang(code: .ja)
          .date(term: Term.until(date: Date()))
          .text
print(q)
let q = TwitterQuery(q: "き぀ね")
q.and(q: "かわいい")
q.from(screenName: "noppefoxwolf")
q.filter(kind: .images, inculde: true)
q.lang(code: .ja)
q.date(term: Term.until(date: Date()))
print(q.text)

Author

🦊Tomoya Hirano, [email protected]

License

TwitterQuery is available under the MIT license. See the LICENSE file for more info.