pullcaps
A convenient, opinionated, asynchronous client for the PushShift API.
Example
This library is built on top of Tokio, and currently produces streams
from the futures crate. An example Cargo.toml could be:
[]
= { = "0.3" }
= { = "0.1" }
= { = "1", = ["full"] }
A small example is then:
use ;
use StreamExt;
async
For additional examples see the documentation.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)