pipitor 0.2.2

A Twitter bot that gathers, filters and Retweets Tweets automatically.
Documentation
1
2
3
4
5
6
pub(crate) mod api;
mod models;

pub use models::*;

pub(crate) use api::*;