Rustybook
an ergonomic Facebook client written in Rust
Features
🚧 work-in-progress, expect API changes
- posts
- videos
- photos
- stories
- messenger
Getting started
first you have to initialize a Rustybook client. you can create using default options or use the Rustybook::builder() to customize it.
use Rustybook;
// default
let client = new.unwrap;
// builder
let client = builder.build.unwrap;
all methods are asynchronous and return a Result type.
Cargo.toml
[]
= "0"