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

https://github.com/tamschi/quote-miner

Twitter quote tweet meme spider
https://github.com/tamschi/quote-miner

Last synced: 3 months ago
JSON representation

Twitter quote tweet meme spider

Awesome Lists containing this project

README

        

# quote-miner

[![Lib.rs](https://img.shields.io/badge/Lib.rs-*-84f)](https://lib.rs/crates/quote-miner)
[![Crates.io](https://img.shields.io/crates/v/quote-miner)](https://crates.io/crates/quote-miner)
[![Docs.rs](https://docs.rs/quote-miner/badge.svg)](https://docs.rs/crates/quote-miner)

![Rust 1.45.0](https://img.shields.io/static/v1?logo=Rust&label=&message=1.45.0&color=grey)
[![CI](https://github.com/Tamschi/quote-miner/workflows/CI/badge.svg?branch=develop)](https://github.com/Tamschi/quote-miner/actions?query=workflow%3ACI+branch%3Adevelop)
![Crates.io - License](https://img.shields.io/crates/l/quote-miner/0.0.1)

[![GitHub](https://img.shields.io/static/v1?logo=GitHub&label=&message=%20&color=grey)](https://github.com/Tamschi/quote-miner)
[![open issues](https://img.shields.io/github/issues-raw/Tamschi/quote-miner)](https://github.com/Tamschi/quote-miner/issues)
[![open pull requests](https://img.shields.io/github/issues-pr-raw/Tamschi/quote-miner)](https://github.com/Tamschi/quote-miner/pulls)
[![crev reviews](https://web.crev.dev/rust-reviews/badge/crev_count/quote-miner.svg)](https://web.crev.dev/rust-reviews/crate/quote-miner/)

TODO_README_DESCRIPTION

## Installation

TODO

## Usage

```rust
TODO
```

## License

Licensed under either of

* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license
([LICENSE-MIT](LICENSE-MIT) or )

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

## [Code of Conduct](CODE_OF_CONDUCT.md)

## [Changelog](CHANGELOG.md)

## Versioning

`quote-miner` strictly follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) with the following exceptions:

* The minor version will not reset to 0 on major version changes (except for v1).
Consider it the global feature level.
* The patch version will not reset to 0 on major or minor version changes (except for v0.1 and v1).
Consider it the global patch level.

This includes the Rust version requirement specified above.
Earlier Rust versions may be compatible, but this can change with minor or patch releases.

Which versions are affected by features and patches can be determined from the respective headings in [CHANGELOG.md](CHANGELOG.md).