twit 0.0.3 copy "twit: ^0.0.3" to clipboard
twit: ^0.0.3 copied to clipboard

outdatedDart 1 only

Dart port of Tolga Tezel's Twitter client.

twit #

version 0.0.3 build status

Dart port of Tolga Tezel's Twitter client.

import 'dart:convert';
import 'package:twit/io.dart';

main() async {
    var twit = new Twit(
        new Credentials(consumerKey: ..., consumerSecret: ..., accessToken: ..., accessTokenSecret: ...));
    var stream = twit.stream('https://userstream.twitter.com/1.1/user.json');

    stream.listen((tweet) {
        print('Incoming Tweet: ' + tweet['text']);
    });
}
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Dart port of Tolga Tezel's Twitter client.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, http, owl, random_string

More

Packages that depend on twit