lory is an easy-to-use Rust library for accessing the Twitter API.
Add this to your Cargo.toml:
[dependencies]
lory = "*"and this to your crate root:
use lory::prelude::*;To get started using lory, read the quickstart tutorial.
Clone the repository using the following command:
git clone https://github.com/pyk/lory.git --depth=1
cd lory/To build the project, use the following command:
cargo buildTo run the tests, use the following command:
cargo testFeel free to start discussion at GitHub issues.
lory is licensed under the Apache-2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in lory by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.