16 releases
0.6.1 | May 2, 2023 |
---|---|
0.6.0 | Jul 18, 2022 |
0.5.0 | May 7, 2021 |
0.4.0 | Aug 16, 2018 |
0.0.1 | Dec 28, 2014 |
#17 in #timeline
101 downloads per month
Used in cttw
18KB
150 lines
twitter-api-rs
This crate is deprecated due to Twitter API change
Unofficial Rust library for the Twitter API.
This library allows you to:
- get your timeline,
- update your timeline.
How to use?
Add this to your Cargo.toml
:
[dependencies]
twitter-api = "0.6.1"
See examples.
Minimum supported Rust version (MSRV)
The minimum supported Rust version is Rust 1.57.0. At least the last 3 versions of stable Rust are supported at any given time.
While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.
Dependencies
~8–10MB
~283K SLoC