Unofficial Rust library for the Twitter API.
This library allows you to:
This library uses the rust-oauth library (please to see oauth-client
).
Add this to your Cargo.toml
:
toml
[dependencies]
twitter-api = "*"
and this to your crate root:
rust
extern crate twitter_api;
See examples.