#twitter #api #timeline #deprecated

deprecated twitter-api

Unofficial Rust library for the Twitter API

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

#18 in #timeline

Download history 15/week @ 2024-02-24 1/week @ 2024-03-02 59/week @ 2024-03-30 2/week @ 2024-04-06 24/week @ 2024-04-13

85 downloads per month
Used in cttw

MIT license

18KB
150 lines

twitter-api-rs

maintenance-status license crates.io docs.rs rust 1.57.0+ badge Rust CI codecov

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.

Documentation

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