tweetust
tweetust copied to clipboard
Twitter API wrapper for Rust
tweetust
Twitter API wrapper for Rust.
Roadmap
- [ ] Parse Tweet.source (in serde_json?)
- [x] media API
- [ ] media/metadata/create
- [ ] collections API
- [ ] Streaming
- [ ]
jsonmap
element in API definition files- direct_messages/events
- [ ] Support hyper 0.11 (I wonder it is very hard...)
How to build
This project generates code using the CoreTweet API Templates. CoreTweet is included as a submodule so:
git clone --recursive [email protected]:azyobuzin/tweetust.git
...before cargo build
.