An open API service indexing awesome lists of open source software.

https://github.com/pyk/lory

An easy-to-use Rust library for accessing the Twitter API
https://github.com/pyk/lory

rust twitter-api

Last synced: 10 months ago
JSON representation

An easy-to-use Rust library for accessing the Twitter API

Awesome Lists containing this project

README

          



Bird on Twitter Twemoji 12.1.4



lory is an easy-to-use Rust library for accessing the Twitter API.


lory crates
lory docs
lory

## Documentation
- [Quickstart Tutorial][quickstart tutorial]
- [API Reference]

[API Reference]: https://docs.rs/lory

## Usage
Add this to your `Cargo.toml`:

```toml
[dependencies]
lory = "*"
```

and this to your crate root:

```rust
use lory::prelude::*;
```

To get started using lory, read the [quickstart tutorial].

[quickstart tutorial]: https://docs.rs/lory#quickstart-tutorial

## Development
Clone the repository using the following command:

```sh
git clone https://github.com/pyk/lory.git --depth=1
cd lory/
```

To build the project, use the following command:

```sh
cargo build
```

To run the tests, use the following command:

```sh
cargo test
```

## Getting help
Feel free to start discussion at [GitHub issues].

[Github issues]: https://github.com/pyk/lory/issues/new/choose

## License
lory is licensed under the [Apache-2.0](./LICENSE) license.

## Contribution

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.